Searched refs:GX_MENU_CLOSE_TIMER (Results 1 – 3 of 3) sorted by relevance
57 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()
321 _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()
61 #define GX_MENU_CLOSE_TIMER 0xf1 macro