Home
last modified time | relevance | path

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

/GUIX-v6.2.1/samples/demo_guix_washing_machine/
Dwash_cycle.c21 …GX_RADIAL_SLIDER_INFO* info = &wash_cycle_window.wash_cycle_window_wash_cycle_slider.gx_radial_sli… in wash_cycle_window_init()
44 gx_numeric_prompt_value_set(&wash_cycle_window.wash_cycle_window_minute, remain_seconds / 60); in wash_cycle_window_remain_time_update()
45 gx_numeric_prompt_value_set(&wash_cycle_window.wash_cycle_window_second, remain_seconds % 60); in wash_cycle_window_remain_time_update()
53 …GX_RADIAL_SLIDER_INFO* info = &wash_cycle_window.wash_cycle_window_wash_cycle_slider.gx_radial_sli… in update_progress_bar_value()
Ddemo_guix_washing_machine.c142 if (wash_cycle_window.gx_widget_status & GX_STATUS_VISIBLE) in mark_wave_animation_parent_dirty()
144 parent = (GX_WIDGET *)&wash_cycle_window; in mark_wave_animation_parent_dirty()
200 if (wash_cycle_window.gx_widget_status & GX_STATUS_VISIBLE) in main_screen_event_process()
203 gx_widget_detach(&wash_cycle_window); in main_screen_event_process()
217 gx_widget_attach((GX_WIDGET*)window, &wash_cycle_window); in main_screen_event_process()
231 gx_widget_detach(&wash_cycle_window); in main_screen_event_process()
Dmode_select.c151 gx_widget_attach(&main_screen, &wash_cycle_window); in set_cycle_mode()
Ddemo_guix_washing_machine_specifications.h261 extern WASH_CYCLE_WINDOW_CONTROL_BLOCK wash_cycle_window;
Ddemo_guix_washing_machine_specifications.c22 WASH_CYCLE_WINDOW_CONTROL_BLOCK wash_cycle_window; variable
2256 { &wash_cycle_window_define, (GX_WIDGET *) &wash_cycle_window },