Home
last modified time | relevance | path

Searched refs:TASK_PROPERTY_ANIMATION_STEPS (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.4.1/samples/demo_guix_industrial/
Dsequence_window.c10 #define TASK_PROPERTY_ANIMATION_STEPS 10 macro
56 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()