Searched refs:wash_cycle_window (Results 1 – 5 of 5) sorted by relevance
21 …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()
142 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()
151 gx_widget_attach(&main_screen, &wash_cycle_window); in set_cycle_mode()
261 extern WASH_CYCLE_WINDOW_CONTROL_BLOCK wash_cycle_window;
22 WASH_CYCLE_WINDOW_CONTROL_BLOCK wash_cycle_window; variable2256 { &wash_cycle_window_define, (GX_WIDGET *) &wash_cycle_window },