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.c198 case GX_ANIMATION_SLIDE_UP: in _gx_animation_drag_event_check()
203 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_UP; in _gx_animation_drag_event_check()
223 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (delta > 0)) || in _gx_animation_drag_event_check()
247 case GX_ANIMATION_SLIDE_UP: in _gx_animation_drag_event_check()
252 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_UP; in _gx_animation_drag_event_check()
Dgx_animation_drag_tracking_start.c149 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_UP; in _gx_animation_drag_tracking_start()
184 case GX_ANIMATION_SLIDE_UP: in _gx_animation_drag_tracking_start()
246 if (animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP || in _gx_animation_drag_tracking_start()
Dgx_animation_drag_tracking.c130 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (pen_pos > start_pos)) || in _gx_animation_drag_tracking()
Dgx_animation_slide_landing.c172 case GX_ANIMATION_SLIDE_UP: in _gx_animation_slide_landing()
/GUIX-v6.2.1/common/inc/
Dgx_animation.h57 #define GX_ANIMATION_SLIDE_UP 0x0040 macro