Searched refs:GX_ANIMATION_SLIDE_RIGHT (Results 1 – 5 of 5) sorted by relevance
192 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_RIGHT; in _gx_animation_drag_event_check()195 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_drag_event_check()223 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (delta < 0)) || in _gx_animation_drag_event_check()241 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_RIGHT; in _gx_animation_drag_event_check()244 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_drag_event_check()
139 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_slide_landing()169 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_slide_landing()
130 …((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (pen_pos < start_pos))… in _gx_animation_drag_tracking()
165 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_RIGHT; in _gx_animation_drag_tracking_start()
57 #define GX_ANIMATION_SLIDE_RIGHT 0x0002 macro