Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dclimate.c8 #define PROGRESS_ANIMATION_TOTAL_STEPS 20 macro
91 …progress_val = target_left_progress_val * progress_animation_step / PROGRESS_ANIMATION_TOTAL_STEPS; in seat_angle_animation_update()
92 …rogress_val = target_right_progress_val * progress_animation_step / PROGRESS_ANIMATION_TOTAL_STEPS; in seat_angle_animation_update()
96 if (progress_animation_step == PROGRESS_ANIMATION_TOTAL_STEPS) in seat_angle_animation_update()