Searched refs:TASK_PROPERTY_ANIMATION_STEPS (Results 1 – 1 of 1) sorted by relevance
10 #define TASK_PROPERTY_ANIMATION_STEPS 10 macro56 static int current_task_property_animation_step = TASK_PROPERTY_ANIMATION_STEPS;609 if (current_task_property_animation_step < TASK_PROPERTY_ANIMATION_STEPS) in task_properties_update()628 … + (target_val - start_val) * current_task_property_animation_step / TASK_PROPERTY_ANIMATION_STEPS; in task_properties_update()640 … value = target_val * current_task_property_animation_step / TASK_PROPERTY_ANIMATION_STEPS; in task_properties_update()