Searched refs:GX_SNAP_TIMER (Results 1 – 8 of 8) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_scroll_wheel_event_process.c | 92 case GX_SNAP_TIMER: in _gx_scroll_wheel_timer_event_handler() 96 _gx_system_timer_stop(widget, GX_SNAP_TIMER); in _gx_scroll_wheel_timer_event_handler() 153 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_timer_event_handler() 180 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_timer_event_handler() 253 _gx_system_timer_stop((GX_WIDGET *)wheel, GX_SNAP_TIMER); in _gx_scroll_wheel_flick_event_handler() 394 _gx_system_timer_start((GX_WIDGET *)wheel, GX_SNAP_TIMER, 1, 1); in _gx_scroll_wheel_pen_up_event_handler()
|
| D | gx_horizontal_list_slide_back_check.c | 32 #define GX_SNAP_TIMER 1000 macro 109 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_horizontal_list_slide_back_check() 121 _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 | 105 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_vertical_list_slide_back_check() 117 _gx_system_timer_start((GX_WIDGET *)list, GX_SNAP_TIMER, 1, 1); in _gx_vertical_list_slide_back_check()
|
| D | gx_horizontal_list_event_process.c | 279 if (timer_id == GX_FLICK_TIMER || timer_id == GX_SNAP_TIMER) in _gx_horizontal_list_event_process()
|
| D | gx_vertical_list_event_process.c | 275 if (timer_id == GX_FLICK_TIMER || timer_id == GX_SNAP_TIMER) in _gx_vertical_list_event_process()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_vertical_list_animation.c | 159 timer_find((GX_WIDGET *)list, GX_SNAP_TIMER)) in control_thread_entry()
|
| D | validation_guix_horizontal_list_animation.c | 171 timer_find((GX_WIDGET *)list, GX_SNAP_TIMER)) in control_thread_entry()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_window.h | 53 #define GX_SNAP_TIMER 1000 macro
|