Searched refs:GX_ANIMATION_SLIDE_TIMER (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_drag_event_process.c | 265 if (event_ptr -> gx_event_payload.gx_event_timer_id == GX_ANIMATION_SLIDE_TIMER) in _gx_animation_drag_event_check() 269 _gx_system_timer_stop(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER); in _gx_animation_drag_event_check()
|
| D | gx_animation_slide_landing.c | 106 _gx_system_timer_stop(parent, GX_ANIMATION_SLIDE_TIMER); in _gx_animation_slide_landing() 223 _gx_system_timer_stop(parent, GX_ANIMATION_SLIDE_TIMER); in _gx_animation_slide_landing()
|
| D | gx_animation_slide_landing_start.c | 110 _gx_system_timer_start(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER, in _gx_animation_slide_landing_start()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_animation_drag_event_process.c | 99 …m_timer_start((GX_WIDGET *)&main_screen.main_screen_h_menu_window, GX_ANIMATION_SLIDE_TIMER, 1, 1); in control_thread_entry()
|
| D | validation_guix_animation_drag_tracking.c | 174 …m_timer_start((GX_WIDGET *)&main_screen.main_screen_v_menu_window, GX_ANIMATION_SLIDE_TIMER, 1, 0); in control_thread_entry()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_animation.h | 60 #define GX_ANIMATION_SLIDE_TIMER 1000 macro
|