| /GUIX-v6.2.1/common/src/ |
| D | gx_animation_drag_event_process.c | 103 _gx_system_input_capture(info -> gx_animation_parent); in _gx_animation_drag_event_check() 145 if (*stackptr != info -> gx_animation_parent) in _gx_animation_drag_event_check() 163 _gx_system_input_release(info -> gx_animation_parent); in _gx_animation_drag_event_check() 166 size = &info -> gx_animation_parent -> gx_widget_size; in _gx_animation_drag_event_check() 269 _gx_system_timer_stop(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER); in _gx_animation_drag_event_check() 331 if ((animation -> gx_animation_info.gx_animation_parent == widget) && in _gx_animation_drag_event_process()
|
| D | gx_animation_delete.c | 94 parent = target -> gx_animation_info.gx_animation_parent; in _gx_animation_delete() 101 if (animation -> gx_animation_info.gx_animation_parent == parent) in _gx_animation_delete()
|
| D | gx_animation_complete.c | 86 complete_event.gx_event_target = animation -> gx_animation_info.gx_animation_parent; in _gx_animation_complete_event_send() 194 _gx_widget_attach(animation -> gx_animation_info.gx_animation_parent, target); in _gx_animation_complete()
|
| D | gx_animation_drag_tracking_start.c | 229 _gx_widget_attach(info -> gx_animation_parent, target_2); in _gx_animation_drag_tracking_start() 279 …ation -> gx_animation_canvas -> gx_canvas_hardware_layer, &info -> gx_animation_parent -> gx_widge… in _gx_animation_drag_tracking_start()
|
| D | gx_animation_slide_landing_start.c | 110 _gx_system_timer_start(info -> gx_animation_parent, GX_ANIMATION_SLIDE_TIMER, in _gx_animation_slide_landing_start()
|
| D | gx_animation_start.c | 172 _gx_widget_attach(info -> gx_animation_parent, info -> gx_animation_target); in _gx_animation_start()
|
| D | gx_animation_update.c | 228 parent = animation -> gx_animation_info.gx_animation_parent; in _gx_animation_update()
|
| D | gx_animation_drag_tracking.c | 202 parent = animation -> gx_animation_info.gx_animation_parent; in _gx_animation_drag_tracking()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | demo_guix_smart_watch.c | 290 slide_animation_info.gx_animation_parent = (GX_WIDGET*)&main_screen; in enable_vertical_slide_animation() 316 …slide_animation_info.gx_animation_parent = find_visible_screen_of_screen_list(container_screen_lis… in enable_horizontal_slide_animation() 318 if (slide_animation_info.gx_animation_parent) in enable_horizontal_slide_animation() 323 …fo.gx_animation_slide_screen_list = get_page_screen_list(slide_animation_info.gx_animation_parent); in enable_horizontal_slide_animation() 331 …gx_animation_drag_enable(&slide_animation, slide_animation_info.gx_animation_parent, &slide_animat… in enable_horizontal_slide_animation() 535 animation_info.gx_animation_parent = screen_container; in page_screen_slide() 653 animation_info.gx_animation_parent = (GX_WIDGET *)&main_screen; in container_screen_slide() 819 parent = slide_animation.gx_animation_info.gx_animation_parent; in main_screen_event_process() 833 …gx_animation_drag_disable(&slide_animation, slide_animation.gx_animation_info.gx_animation_parent); in main_screen_event_process() 855 …gx_animation_drag_disable(&slide_animation, slide_animation.gx_animation_info.gx_animation_parent); in main_screen_event_process()
|
| D | page_2_clock_4_screen.c | 34 info.gx_animation_parent = (GX_WIDGET *)&clock_4_screen; in clock_slide_animation_start()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_animation_stop.c | 92 info_1.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry() 107 info_2.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry() 122 info_3.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry()
|
| D | validation_guix_animation_delete_no_output.c | 75 info.gx_animation_parent = &button_screen; in control_thread_entry() 92 info.gx_animation_parent = &button_screen.button_screen_text_button_1; in control_thread_entry()
|
| D | validation_guix_animation_update.c | 84 info.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry()
|
| D | validation_guix_animation_complete_push_stack.c | 99 info.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry()
|
| D | validation_guix_all_widgets_16bpp_canvas_animation.c | 89 info.gx_animation_parent = (GX_WIDGET *)&window_screen; in control_thread_entry()
|
| D | validation_guix_animation_complete.c | 94 info.gx_animation_parent = (GX_WIDGET *)&button_screen; in control_thread_entry()
|
| /GUIX-v6.2.1/tutorials/demo_guix_transitions/ |
| D | demo_guix_transitions.c | 195 transition_animation_info.gx_animation_parent = frame; in InitSlideTransition() 236 …drag_animation_info.gx_animation_parent = (GX_WIDGET *) &background_win.background_win_child_frame; in BackgroundWinEventProcess()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 156 info.gx_animation_parent = (GX_WIDGET *)base; in footer_icons_animation_start() 226 info.gx_animation_parent = (GX_WIDGET *)base; in title_animation_start() 259 slide_animation_info.gx_animation_parent = (GX_WIDGET *)window; in slide_animation_start() 459 animation_info.gx_animation_parent = parent; in screen_list_slide()
|
| D | passcode_screen.c | 74 info.gx_animation_parent = (GX_WIDGET *)&passcode_screen; in on_clear()
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation/ |
| D | demo_screen_drag_animation.c | 197 info.gx_animation_parent = (GX_WIDGET *)window; in h_menu_window_event_handler() 233 info.gx_animation_parent = (GX_WIDGET *)window; in v_menu_window_event_handler()
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | demo_guix_industrial.c | 343 info.gx_animation_parent = (GX_WIDGET*)&main_screen; in screen_toggle_animation_start() 404 info.gx_animation_parent = (GX_WIDGET *)&main_screen; in screen_toggle_animation_start()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_16bpp/ |
| D | standalone_binres_load_16bpp_specifications.c | 160 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute() 170 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute() 172 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute() 176 animation_info.gx_animation_parent) in gx_studio_animation_execute()
|
| /GUIX-v6.2.1/test/example_internal/template/ |
| D | template_specifications.c | 159 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute() 169 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute() 171 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute() 175 animation_info.gx_animation_parent) in gx_studio_animation_execute()
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_block_move/ |
| D | demo_screen_drag_animation_with_block_move.c | 86 info.gx_animation_parent = parent; in enable_screen_drag_animation()
|
| /GUIX-v6.2.1/tutorials/demo_guix_menu/ |
| D | demo_guix_menu_specifications.c | 160 animation_info.gx_animation_parent = (GX_WIDGET *)parent; in gx_studio_animation_execute() 170 if (!animation_info.gx_animation_parent) in gx_studio_animation_execute() 172 animation_info.gx_animation_parent = gx_studio_action_parent_find(current, action); in gx_studio_animation_execute() 176 animation_info.gx_animation_parent) in gx_studio_animation_execute()
|