Searched refs:GX_ANIMATION_SLIDE_RIGHT (Results 1 – 5 of 5) sorted by relevance
191 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_RIGHT; in _gx_animation_drag_event_check()194 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_drag_event_check()222 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (delta < 0)) || in _gx_animation_drag_event_check()240 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_RIGHT; in _gx_animation_drag_event_check()243 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_drag_event_check()
138 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_slide_landing()168 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_slide_landing()
129 …((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (pen_pos < start_pos))… in _gx_animation_drag_tracking()
164 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_RIGHT; in _gx_animation_drag_tracking_start()
56 #define GX_ANIMATION_SLIDE_RIGHT 0x0002 macro