Searched refs:GX_SNAP_TIMER (Results 1 – 6 of 6) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_horizontal_list_slide_back_check.c | 33 #define GX_SNAP_TIMER 1000 macro 110 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_horizontal_list_slide_back_check() 122 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_horizontal_list_slide_back_check()
|
D | gx_vertical_list_slide_back_check.c | 106 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_vertical_list_slide_back_check() 118 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_vertical_list_slide_back_check()
|
D | gx_scroll_wheel_event_process.c | 93 case GX_SNAP_TIMER: in _gx_scroll_wheel_timer_event_handler() 97 _gx_system_timer_stop(widget, GX_SNAP_TIMER); in _gx_scroll_wheel_timer_event_handler() 154 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_timer_event_handler() 181 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_timer_event_handler() 254 _gx_system_timer_stop((GX_WIDGET *)wheel, GX_SNAP_TIMER); in _gx_scroll_wheel_flick_event_handler() 395 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_pen_up_event_handler()
|
D | gx_horizontal_list_event_process.c | 280 if (timer_id == GX_FLICK_TIMER || timer_id == GX_SNAP_TIMER) in _gx_horizontal_list_event_process()
|
D | gx_vertical_list_event_process.c | 276 if (timer_id == GX_FLICK_TIMER || timer_id == GX_SNAP_TIMER) in _gx_vertical_list_event_process()
|
/GUIX-v6.2.1/common/inc/ |
D | gx_window.h | 54 #define GX_SNAP_TIMER 1000 macro
|