Searched refs:GX_ANIMATION_SLIDE_DOWN (Results 1 – 4 of 4) sorted by relevance
199 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_DOWN; in _gx_animation_drag_event_check()202 case GX_ANIMATION_SLIDE_DOWN: in _gx_animation_drag_event_check()224 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_DOWN) && (delta < 0))) in _gx_animation_drag_event_check()248 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_DOWN; in _gx_animation_drag_event_check()
131 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_DOWN) && (pen_pos < start_pos))) in _gx_animation_drag_tracking()
153 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_DOWN; in _gx_animation_drag_tracking_start()
58 #define GX_ANIMATION_SLIDE_DOWN 0x0080 macro