Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Dclimate.c73 …gx_system_timer_start(&climate_screen, TIMER_ID_CLIMATE_SCREEN_PROGRESS_ANIMATION, 20 / GX_SYSTEM_… in seat_angle_animation_start()
74 …target_left_progress_val = climate_screen.climate_screen_left_progress_bar.gx_progress_bar_info.gx… in seat_angle_animation_start()
75 …target_right_progress_val = climate_screen.climate_screen_right_progress_bar.gx_progress_bar_info.… in seat_angle_animation_start()
77 gx_progress_bar_value_set(&climate_screen.climate_screen_left_progress_bar, 0); in seat_angle_animation_start()
78 gx_progress_bar_value_set(&climate_screen.climate_screen_right_progress_bar, 0); in seat_angle_animation_start()
93 gx_progress_bar_value_set(&climate_screen.climate_screen_left_progress_bar, left_progress_val); in seat_angle_animation_update()
94 … gx_progress_bar_value_set(&climate_screen.climate_screen_right_progress_bar, right_progress_val); in seat_angle_animation_update()
98 gx_system_timer_stop(&climate_screen, 0); in seat_angle_animation_update()
127 …gx_numeric_prompt_value_set(&climate_screen.climate_screen_left_progress_val, progress_val_to_seat… in climate_screen_event_process()
131 …gx_numeric_prompt_value_set(&climate_screen.climate_screen_right_progress_val, progress_val_to_sea… in climate_screen_event_process()
[all …]
Ddemo_guix_car_infotainment_specifications.c22 CLIMATE_SCREEN_CONTROL_BLOCK climate_screen; variable
3729 (GX_WIDGET *) &climate_screen.climate_screen_left_progress_bar_win,
3730 (GX_WIDGET *) &climate_screen,
3738 (GX_WIDGET *) &climate_screen.climate_screen_right_progress_bar_win,
3739 (GX_WIDGET *) &climate_screen,
3747 (GX_WIDGET *) &climate_screen.climate_screen_left_warmer_icon_button,
3748 (GX_WIDGET *) &climate_screen,
3756 (GX_WIDGET *) &climate_screen.climate_screen_right_warmer_icon_button,
3757 (GX_WIDGET *) &climate_screen,
3765 …{GX_ACTION_TYPE_ANIMATION, 0, &climate_screen, &climate_screen.climate_screen_left_progress_bar_wi…
[all …]
Dbase.c141 ToggleScreen((GX_WINDOW*)&climate_screen); in base_event_process()
Ddemo_guix_car_infotainment_specifications.h460 extern CLIMATE_SCREEN_CONTROL_BLOCK climate_screen;