Searched refs:GX_ANIMATION_SLIDE_DOWN (Results 1 – 4 of 4) sorted by relevance
200 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_DOWN; in _gx_animation_drag_event_check()203 case GX_ANIMATION_SLIDE_DOWN: in _gx_animation_drag_event_check()225 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_DOWN) && (delta < 0))) in _gx_animation_drag_event_check()249 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_DOWN; in _gx_animation_drag_event_check()
132 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_DOWN) && (pen_pos < start_pos))) in _gx_animation_drag_tracking()
154 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_DOWN; in _gx_animation_drag_tracking_start()
59 #define GX_ANIMATION_SLIDE_DOWN 0x0080 macro