Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dvolume_screen_base.c6 #define PROGRESS_BAR_ANIMATION_TOTAL_STEPS 20 macro
64 val /= PROGRESS_BAR_ANIMATION_TOTAL_STEPS; in progress_bar_animation_update()
69 if (progress_bar_animation_step == PROGRESS_BAR_ANIMATION_TOTAL_STEPS) in progress_bar_animation_update()
/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Dmode_select.c8 #define PROGRESS_BAR_ANIMATION_TOTAL_STEPS 9 macro
174 (PROGRESS_BAR_ANIMATION_TOTAL_STEPS - progress_bar_animation_step) / in update_radial_progress_bar()
175 PROGRESS_BAR_ANIMATION_TOTAL_STEPS; in update_radial_progress_bar()