Home
last modified time | relevance | path

Searched refs:GX_ANIMATION_SLIDE_DOWN (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_event_process.c200 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()
Dgx_animation_drag_tracking.c132 … ((animation -> gx_animation_slide_direction == GX_ANIMATION_SLIDE_DOWN) && (pen_pos < start_pos))) in _gx_animation_drag_tracking()
Dgx_animation_drag_tracking_start.c154 animation -> gx_animation_slide_direction = GX_ANIMATION_SLIDE_DOWN; in _gx_animation_drag_tracking_start()
/GUIX-v6.2.1/common/inc/
Dgx_animation.h59 #define GX_ANIMATION_SLIDE_DOWN 0x0080 macro