Home
last modified time | relevance | path

Searched refs:GX_ANIMATION_SLIDE_UP (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_event_process.c199 case GX_ANIMATION_SLIDE_UP: in _gx_animation_drag_event_check()
204 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_UP; in _gx_animation_drag_event_check()
224 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (delta > 0)) || in _gx_animation_drag_event_check()
248 case GX_ANIMATION_SLIDE_UP: in _gx_animation_drag_event_check()
253 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_UP; in _gx_animation_drag_event_check()
Dgx_animation_drag_tracking_start.c150 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_UP; in _gx_animation_drag_tracking_start()
185 case GX_ANIMATION_SLIDE_UP: in _gx_animation_drag_tracking_start()
247 if (animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP || in _gx_animation_drag_tracking_start()
Dgx_animation_drag_tracking.c131 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (pen_pos > start_pos)) || in _gx_animation_drag_tracking()
Dgx_animation_slide_landing.c173 case GX_ANIMATION_SLIDE_UP: in _gx_animation_slide_landing()
/GUIX-v6.2.1/common/inc/
Dgx_animation.h58 #define GX_ANIMATION_SLIDE_UP 0x0040 macro