Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_accordion_menu_event_process.c423 _gx_system_timer_stop((GX_WIDGET *)accordion, GX_MENU_OPEN_TIMER); in _gx_accordion_menu_open_animation_update()
596 _gx_system_timer_start((GX_WIDGET *)accordion, GX_MENU_OPEN_TIMER, 1, 1); in _gx_accordion_menu_pen_up_event_process()
706 else if (timer_id == GX_MENU_OPEN_TIMER) in _gx_accordion_menu_event_process()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_accordion_menu_shift_no_output.c63 my_event.gx_event_payload.gx_event_timer_id = GX_MENU_OPEN_TIMER; in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_menu.h60 #define GX_MENU_OPEN_TIMER 0xf0 macro