Home
last modified time | relevance | path

Searched refs:gx_animation_status (Results 1 – 18 of 18) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_event_process.c102 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()
Dgx_animation_slide_landing_start.c84 (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()
Dgx_animation_create.c77 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_create()
Dgx_animation_canvas_define.c79 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_canvas_define()
Dgxe_animation_stop.c87 if (animation -> gx_animation_status != GX_ANIMATION_ACTIVE) in _gxe_animation_stop()
Dgxe_animation_create.c80 if (animation -> gx_animation_status != 0) in _gxe_animation_create()
Dgx_system_animation_free.c77 animation -> gx_animation_status = 0; in _gx_system_animation_free()
Dgxe_system_animation_free.c92 if (animation->gx_animation_status != GX_ANIMATION_IDLE) in _gxe_system_animation_free()
Dgxe_animation_start.c110 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gxe_animation_start()
Dgx_system_animation_get.c93 free_block -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_system_animation_get()
Dgx_animation_drag_enable.c78 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_drag_enable()
Dgx_animation_delete.c117 animation -> gx_animation_status = 0; in _gx_animation_delete()
Dgx_animation_stop.c86 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_stop()
Dgx_animation_start.c189 animation -> gx_animation_status = GX_ANIMATION_ACTIVE; in _gx_animation_start()
Dgx_animation_slide_landing.c284 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_slide_landing()
/GUIX-v6.2.1/samples/demo_guix_smart_watch/
Ddemo_guix_smart_watch.c485 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()
/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c118 slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in is_animation_active()
/GUIX-v6.2.1/common/inc/
Dgx_api.h2835 GX_UBYTE gx_animation_status; member