Home
last modified time | relevance | path

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

12

/GUIX-v6.2.1/common/src/
Dgx_animation_drag_event_process.c101 if (animation -> gx_animation_status == GX_ANIMATION_IDLE) in _gx_animation_drag_event_check()
106 animation -> gx_animation_status = GX_ANIMATION_SLIDE_TRACKING; in _gx_animation_drag_event_check()
124 if (animation -> gx_animation_status == GX_ANIMATION_SLIDE_TRACKING) in _gx_animation_drag_event_check()
161 if (animation -> gx_animation_status == GX_ANIMATION_SLIDE_TRACKING) in _gx_animation_drag_event_check()
164 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_drag_event_check()
217 if (animation -> gx_animation_status == GX_ANIMATION_SLIDE_LANDING) in _gx_animation_drag_event_check()
235 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_drag_event_check()
267 if (animation -> gx_animation_status != GX_ANIMATION_SLIDE_LANDING) in _gx_animation_drag_event_check()
Dgx_animation_slide_landing_start.c83 (animation -> gx_animation_status == GX_ANIMATION_IDLE)) in _gx_animation_slide_landing_start()
115 animation -> gx_animation_status = GX_ANIMATION_SLIDE_LANDING; in _gx_animation_slide_landing_start()
Dgx_animation_create.c76 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_create()
Dgx_animation_canvas_define.c78 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_canvas_define()
Dgxe_animation_stop.c86 if (animation -> gx_animation_status != GX_ANIMATION_ACTIVE) in _gxe_animation_stop()
Dgxe_animation_create.c79 if (animation -> gx_animation_status != 0) in _gxe_animation_create()
Dgx_system_animation_free.c76 animation -> gx_animation_status = 0; in _gx_system_animation_free()
Dgxe_system_animation_free.c91 if (animation->gx_animation_status != GX_ANIMATION_IDLE) in _gxe_system_animation_free()
Dgx_system_animation_get.c92 free_block -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_system_animation_get()
Dgx_animation_drag_enable.c77 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_drag_enable()
Dgxe_animation_start.c116 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gxe_animation_start()
Dgx_animation_stop.c85 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_stop()
Dgx_animation_delete.c116 animation -> gx_animation_status = 0; in _gx_animation_delete()
Dgx_animation_start.c188 animation -> gx_animation_status = GX_ANIMATION_ACTIVE; in _gx_animation_start()
Dgx_animation_slide_landing.c283 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_slide_landing()
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_animation_drag_tracking.c161 v_screen_drag_animation.gx_animation_status = GX_ANIMATION_SLIDE_LANDING; in control_thread_entry()
168 v_screen_drag_animation.gx_animation_status = GX_ANIMATION_SLIDE_TRACKING; in control_thread_entry()
173 v_screen_drag_animation.gx_animation_status = GX_ANIMATION_SLIDE_LANDING; in control_thread_entry()
Dvalidation_guix_animation_delete_no_output.c96 EXPECT_EQ(animation->gx_animation_status, GX_ANIMATION_ACTIVE); in control_thread_entry()
101 EXPECT_EQ(animation->gx_animation_status, 0); in control_thread_entry()
Dvalidation_guix_animation_drag_flick_event_process.c200 v_screen_drag_animation.gx_animation_status = GX_ANIMATION_SLIDE_LANDING; in control_thread_entry()
207 v_screen_drag_animation.gx_animation_status = GX_ANIMATION_SLIDE_TRACKING; in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation.c112 h_screen_drag_animation.gx_animation_status = GX_ANIMATION_IDLE + 1; in test_h_menu_event_handler()
114 h_screen_drag_animation.gx_animation_status = GX_ANIMATION_IDLE; in test_h_menu_event_handler()
Dvalidation_guix_animation_stop.c139 animation_1->gx_animation_status = GX_ANIMATION_ACTIVE; in control_thread_entry()
Dvalidation_guix_error_checking_api_coverage_no_output.c224 animation.gx_animation_status = GX_ANIMATION_IDLE; in control_thread_entry()
316 animation.gx_animation_status = GX_ANIMATION_IDLE + 1; in control_thread_entry()
321 animation.gx_animation_status = GX_ANIMATION_ACTIVE + 1; in control_thread_entry()
326 animation.gx_animation_status = GX_ANIMATION_ACTIVE; in control_thread_entry()
334 animation.gx_animation_status = GX_ANIMATION_ACTIVE; in control_thread_entry()
2830 animation.gx_animation_status = GX_ANIMATION_IDLE + 1; in control_thread_entry()
2835 animation.gx_animation_status = GX_ANIMATION_IDLE; in control_thread_entry()
/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/guix_studio/
Dapp_runner.cpp146 if (entry->app_animation->gx_animation_status != GX_ANIMATION_IDLE) in app_animation_clean_up()
/GUIX-v6.2.1/common/inc/
Dgx_api.h2859 GX_UBYTE gx_animation_status; member

12