| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_drag_event_process.c | 101 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()
|
| D | gx_animation_slide_landing_start.c | 83 (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()
|
| D | gx_animation_create.c | 76 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_create()
|
| D | gx_animation_canvas_define.c | 78 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_canvas_define()
|
| D | gxe_animation_stop.c | 86 if (animation -> gx_animation_status != GX_ANIMATION_ACTIVE) in _gxe_animation_stop()
|
| D | gxe_animation_create.c | 79 if (animation -> gx_animation_status != 0) in _gxe_animation_create()
|
| D | gx_system_animation_free.c | 76 animation -> gx_animation_status = 0; in _gx_system_animation_free()
|
| D | gxe_system_animation_free.c | 91 if (animation->gx_animation_status != GX_ANIMATION_IDLE) in _gxe_system_animation_free()
|
| D | gx_system_animation_get.c | 92 free_block -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_system_animation_get()
|
| D | gx_animation_drag_enable.c | 77 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gx_animation_drag_enable()
|
| D | gxe_animation_start.c | 116 if (animation -> gx_animation_status != GX_ANIMATION_IDLE) in _gxe_animation_start()
|
| D | gx_animation_stop.c | 85 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_stop()
|
| D | gx_animation_delete.c | 116 animation -> gx_animation_status = 0; in _gx_animation_delete()
|
| D | gx_animation_start.c | 188 animation -> gx_animation_status = GX_ANIMATION_ACTIVE; in _gx_animation_start()
|
| D | gx_animation_slide_landing.c | 283 animation -> gx_animation_status = GX_ANIMATION_IDLE; in _gx_animation_slide_landing()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_animation_drag_tracking.c | 161 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()
|
| D | validation_guix_animation_delete_no_output.c | 96 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()
|
| D | validation_guix_animation_drag_flick_event_process.c | 200 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()
|
| D | validation_guix_horizontal_screen_drag_animation.c | 112 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()
|
| D | validation_guix_animation_stop.c | 139 animation_1->gx_animation_status = GX_ANIMATION_ACTIVE; in control_thread_entry()
|
| D | validation_guix_error_checking_api_coverage_no_output.c | 224 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/ |
| D | demo_guix_smart_watch.c | 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()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 118 slide_animation.gx_animation_status != GX_ANIMATION_IDLE) in is_animation_active()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | app_runner.cpp | 146 if (entry->app_animation->gx_animation_status != GX_ANIMATION_IDLE) in app_animation_clean_up()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_api.h | 2859 GX_UBYTE gx_animation_status; member
|