Searched refs:current_task_property_animation_step (Results 1 – 1 of 1) sorted by relevance
56 static int current_task_property_animation_step = TASK_PROPERTY_ANIMATION_STEPS; variable595 current_task_property_animation_step = 0; in task_properties_init()609 if (current_task_property_animation_step < TASK_PROPERTY_ANIMATION_STEPS) in task_properties_update()611 current_task_property_animation_step++; in task_properties_update()628 …value = start_val + (target_val - start_val) * current_task_property_animation_step / TASK_PROPERT… in task_properties_update()640 … value = target_val * current_task_property_animation_step / TASK_PROPERTY_ANIMATION_STEPS; in task_properties_update()