Searched refs:gx_animation_status (Results 1 – 18 of 18) sorted by relevance
102 if (animation -> gx_animation_status == GX_ANIMATION_IDLE) in _gx_animation_drag_event_check()107 animation -> gx_animation_status = GX_ANIMATION_SLIDE_TRACKING; in _gx_animation_drag_event_check()125 if (animation -> gx_animation_status == GX_ANIMATION_SLIDE_TRACKING) in _gx_animation_drag_event_check()162 if (animation -> gx_animation_status == GX_ANIMATION_SLIDE_TRACKING) in _gx_animation_drag_event_check()165 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_drag_event_check()218 if (animation -> gx_animation_status == GX_ANIMATION_SLIDE_LANDING) in _gx_animation_drag_event_check()236 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_drag_event_check()268 if (animation -> gx_animation_status != GX_ANIMATION_SLIDE_LANDING) in _gx_animation_drag_event_check()
84 (animation -> gx_animation_status == GX_ANIMATION_IDLE)) in _gx_animation_slide_landing_start()116 animation -> gx_animation_status = GX_ANIMATION_SLIDE_LANDING; in _gx_animation_slide_landing_start()
77 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_create()
79 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_canvas_define()
87 if (animation -> gx_animation_status != GX_ANIMATION_ACTIVE) in _gxe_animation_stop()
80 if (animation -> gx_animation_status != 0) in _gxe_animation_create()
77 animation -> gx_animation_status = 0; in _gx_system_animation_free()
92 if (animation->gx_animation_status != GX_ANIMATION_IDLE) in _gxe_system_animation_free()
110 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gxe_animation_start()
93 free_block -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_system_animation_get()
78 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_drag_enable()
117 animation -> gx_animation_status = 0; in _gx_animation_delete()
86 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_stop()
189 animation -> gx_animation_status = GX_ANIMATION_ACTIVE; in _gx_animation_start()
284 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_slide_landing()
485 if (slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in page_screen_slide()592 if (slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in container_screen_slide()788 if (slide_animation.gx_animation_status == GX_ANIMATION_IDLE) in main_screen_event_process()797 if (slide_animation.gx_animation_status == GX_ANIMATION_IDLE && slide_pen_down_valid) in main_screen_event_process()852 if (slide_animation.gx_animation_status == GX_ANIMATION_IDLE) in main_screen_event_process()
118 slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in is_animation_active()
2835 GX_UBYTE gx_animation_status; member