Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dclimate.c22 INT progress_animation_step; variable
76 progress_animation_step = 0; in seat_angle_animation_start()
89 progress_animation_step++; in seat_angle_animation_update()
91 …left_progress_val = target_left_progress_val * progress_animation_step / PROGRESS_ANIMATION_TOTAL_… in seat_angle_animation_update()
92 …right_progress_val = target_right_progress_val * progress_animation_step / PROGRESS_ANIMATION_TOTA… in seat_angle_animation_update()
96 if (progress_animation_step == PROGRESS_ANIMATION_TOTAL_STEPS) in seat_angle_animation_update()