Searched refs:GX_ANIMATION_SLIDE_UP (Results 1 – 5 of 5) sorted by relevance
198 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()
149 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()
130 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (pen_pos > start_pos)) || in _gx_animation_drag_tracking()
172 case GX_ANIMATION_SLIDE_UP: in _gx_animation_slide_landing()
57 #define GX_ANIMATION_SLIDE_UP 0x0040 macro