Home
last modified time | relevance | path

Searched refs:GX_ANIMATION_SLIDE_TIMER (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_event_process.c265 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()
Dgx_animation_slide_landing.c106 _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()
Dgx_animation_slide_landing_start.c110 _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/
Dvalidation_guix_animation_drag_event_process.c99 …m_timer_start((GX_WIDGET *)&main_screen.main_screen_h_menu_window, GX_ANIMATION_SLIDE_TIMER, 1, 1); in control_thread_entry()
Dvalidation_guix_animation_drag_tracking.c174 …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/
Dgx_animation.h60 #define GX_ANIMATION_SLIDE_TIMER 1000 macro