Searched refs:GX_ANIMATION_SLIDE_UP (Results 1 – 5 of 5) sorted by relevance
199 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()
150 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()
131 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_UP) && (pen_pos > start_pos)) || in _gx_animation_drag_tracking()
173 case GX_ANIMATION_SLIDE_UP: in _gx_animation_slide_landing()
58 #define GX_ANIMATION_SLIDE_UP 0x0040 macro