Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_accordion_menu_shift_no_output.c57 my_event.gx_event_payload.gx_event_timer_id = GX_MENU_CLOSE_TIMER; in control_thread_entry()
71 my_event.gx_event_payload.gx_event_timer_id = GX_MENU_CLOSE_TIMER; in control_thread_entry()
/GUIX-v6.2.1/common/src/
Dgx_accordion_menu_event_process.c321 _gx_system_timer_stop((GX_WIDGET *)accordion, GX_MENU_CLOSE_TIMER); in _gx_accordion_menu_close_animation_update()
588 _gx_system_timer_start((GX_WIDGET *)accordion, GX_MENU_CLOSE_TIMER, 1, 1); in _gx_accordion_menu_pen_up_event_process()
702 if (timer_id == GX_MENU_CLOSE_TIMER) in _gx_accordion_menu_event_process()
/GUIX-v6.2.1/common/inc/
Dgx_menu.h61 #define GX_MENU_CLOSE_TIMER 0xf1 macro