Searched refs:GX_ANIMATION_SLIDE_TIMER (Results 1 – 4 of 4) sorted by relevance
111 _gx_system_timer_start(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER, in _gx_animation_slide_landing_start()
266 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()
107 _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()
61 #define GX_ANIMATION_SLIDE_TIMER 1000 macro