Home
last modified time | relevance | path

Searched refs:GX_ANIMATION_SLIDE_RIGHT (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_event_process.c192 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()
Dgx_animation_slide_landing.c139 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_slide_landing()
169 case GX_ANIMATION_SLIDE_RIGHT: in _gx_animation_slide_landing()
Dgx_animation_drag_tracking.c130 …((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_RIGHT) && (pen_pos < start_pos))… in _gx_animation_drag_tracking()
Dgx_animation_drag_tracking_start.c165 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_RIGHT; in _gx_animation_drag_tracking_start()
/GUIX-v6.2.1/common/inc/
Dgx_animation.h57 #define GX_ANIMATION_SLIDE_RIGHT 0x0002 macro