Home
last modified time | relevance | path

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

/GUIX-v6.4.1/samples/demo_guix_industrial/
Dsequence_window.c57 static int current_task_title_animation_step = TASK_TITLE_ANIMATION_STEPS; variable
515 current_task_title_animation_step = 0; in task_title_animation_init()
535 if (current_task_title_animation_step < TASK_TITLE_ANIMATION_STEPS) in task_title_animation_update()
537 current_task_title_animation_step++; in task_title_animation_update()
538 if (current_task_title_animation_step <= TASK_TITLE_ANIMATION_STEPS / 2) in task_title_animation_update()
552 if (current_task_title_animation_step == TASK_TITLE_ANIMATION_STEPS) in task_title_animation_update()