Searched refs:GX_FLICK_TIMER (Results 1 – 8 of 8) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_horizontal_list_event_process.c | 32 #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()
|
| D | gx_vertical_list_event_process.c | 267 _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()
|
| D | gx_scroll_wheel_event_process.c | 115 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()
|
| D | gx_drop_list_event_process.c | 34 #define GX_FLICK_TIMER 1001 macro
|
| D | gx_horizontal_list_slide_back_check.c | 33 #define GX_FLICK_TIMER 1001 macro
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_vertical_list_animation.c | 158 while (timer_find((GX_WIDGET *)list, GX_FLICK_TIMER) || in control_thread_entry()
|
| D | validation_guix_horizontal_list_animation.c | 170 while (timer_find((GX_WIDGET *)list, GX_FLICK_TIMER) || in control_thread_entry()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_window.h | 54 #define GX_FLICK_TIMER 1001 macro
|