Searched refs:current_task_icon_animation_step (Results 1 – 1 of 1) sorted by relevance
58 static int current_task_icon_animation_step = TASK_ICON_ANIMATION_STEPS; variable251 if (current_task_icon_animation_step < TASK_ICON_ANIMATION_STEPS) in task_icon_draw()255 …angle = -90 * (current_task_icon_animation_step - TASK_ICON_ANIMATION_STEPS) / TASK_ICON_ANIMATION… in task_icon_draw()555 current_task_icon_animation_step = 0; in task_title_animation_update()565 if (current_task_icon_animation_step < TASK_ICON_ANIMATION_STEPS) in task_icon_animation_update()567 current_task_icon_animation_step++; in task_icon_animation_update()