Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_animation_slide_landing_start.c111 _gx_system_timer_start(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER, in _gx_animation_slide_landing_start()
Dgx_animation_drag_event_process.c266 if (event_ptr -> gx_event_payload.gx_event_timer_id == GX_ANIMATION_SLIDE_TIMER) in _gx_animation_drag_event_check()
270 _gx_system_timer_stop(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER); in _gx_animation_drag_event_check()
Dgx_animation_slide_landing.c107 _gx_system_timer_stop(parent, GX_ANIMATION_SLIDE_TIMER); in _gx_animation_slide_landing()
224 _gx_system_timer_stop(parent, GX_ANIMATION_SLIDE_TIMER); in _gx_animation_slide_landing()
/GUIX-v6.2.1/common/inc/
Dgx_animation.h61 #define GX_ANIMATION_SLIDE_TIMER 1000 macro