Home
last modified time | relevance | path

Searched refs:GX_FLICK_TIMER (Results 1 – 8 of 8) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_event_process.c32 #define GX_FLICK_TIMER 1001 macro
271 _gx_system_timer_start((GX_WIDGET *)list, GX_FLICK_TIMER, 1, 1); in _gx_horizontal_list_event_process()
279 if (timer_id == GX_FLICK_TIMER || timer_id == GX_SNAP_TIMER) in _gx_horizontal_list_event_process()
286 if (event_ptr -> gx_event_payload.gx_event_timer_id == GX_FLICK_TIMER) in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c267 _gx_system_timer_start((GX_WIDGET *)list, GX_FLICK_TIMER, 1, 1); in _gx_vertical_list_event_process()
275 if (timer_id == GX_FLICK_TIMER || timer_id == GX_SNAP_TIMER) in _gx_vertical_list_event_process()
282 if (event_ptr -> gx_event_payload.gx_event_timer_id == GX_FLICK_TIMER) in _gx_vertical_list_event_process()
Dgx_scroll_wheel_event_process.c115 case GX_FLICK_TIMER: in _gx_scroll_wheel_timer_event_handler()
149 _gx_system_timer_stop(widget, GX_FLICK_TIMER); in _gx_scroll_wheel_timer_event_handler()
328 _gx_system_timer_start((GX_WIDGET *) wheel, GX_FLICK_TIMER, in _gx_scroll_wheel_flick_event_handler()
Dgx_drop_list_event_process.c34 #define GX_FLICK_TIMER 1001 macro
Dgx_horizontal_list_slide_back_check.c33 #define GX_FLICK_TIMER 1001 macro
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_vertical_list_animation.c158 while (timer_find((GX_WIDGET *)list, GX_FLICK_TIMER) || in control_thread_entry()
Dvalidation_guix_horizontal_list_animation.c170 while (timer_find((GX_WIDGET *)list, GX_FLICK_TIMER) || in control_thread_entry()
/GUIX-v6.2.1/common/inc/
Dgx_window.h54 #define GX_FLICK_TIMER 1001 macro