Home
last modified time | relevance | path

Searched refs:main_screen_v_menu_window (Results 1 – 15 of 15) sorted by relevance

/GUIX-v6.4.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c153 gx_widget_hide(&main_screen.main_screen_v_menu_window); in easing_function_drop_list_select_event_handler()
155 gx_widget_show(&main_screen.main_screen_v_menu_window); in easing_function_drop_list_select_event_handler()
166 gx_widget_hide(&main_screen.main_screen_v_menu_window); in main_screen_event_handler()
168 gx_widget_show(&main_screen.main_screen_v_menu_window); in main_screen_event_handler()
175 gx_widget_hide(&main_screen.main_screen_v_menu_window); in main_screen_event_handler()
177 gx_widget_show(&main_screen.main_screen_v_menu_window); in main_screen_event_handler()
Dscreen_drag_animation_specifications.h181 GX_WINDOW main_screen_v_menu_window; member
Dscreen_drag_animation_specifications.c1240 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_v_menu_window), /* control block */
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_animation_drag_flick_event_process.c112 gx_widget_hide(&main_screen.main_screen_v_menu_window); in control_thread_entry()
114 gx_widget_show(&main_screen.main_screen_v_menu_window); in control_thread_entry()
144 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_v_menu_window; in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation.c124 gx_widget_hide(&main_screen.main_screen_v_menu_window); in control_thread_entry()
125 gx_widget_show(&main_screen.main_screen_v_menu_window); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation_with_block_move.c121 … gx_animation_drag_disable(&v_screen_drag_animation, &main_screen.main_screen_v_menu_window); in control_thread_entry()
122 …een_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_menu_window, in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation_with_canvas.c121 … gx_animation_drag_disable(&v_screen_drag_animation, &main_screen.main_screen_v_menu_window); in control_thread_entry()
122 …een_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_menu_window, in control_thread_entry()
Dvalidation_guix_animation_drag_tracking.c133 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_v_menu_window; in control_thread_entry()
174 …gx_system_timer_start((GX_WIDGET *)&main_screen.main_screen_v_menu_window, GX_ANIMATION_SLIDE_TIME… in control_thread_entry()
Dvalidation_guix_animation_drag_tracking_start.c94 gx_widget_show(&main_screen.main_screen_v_menu_window); in control_thread_entry()
/GUIX-v6.4.1/test/example_internal/screen_drag_animation_with_block_move/
Ddemo_screen_drag_animation_with_block_move.c108 …een_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_menu_window, in create_screen_drag_animations()
Dscreen_drag_animation_with_block_move_specifications.h161 GX_WINDOW main_screen_v_menu_window; member
Dscreen_drag_animation_with_block_move_specifications.c1147 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_v_menu_window), /* control block */
/GUIX-v6.4.1/test/example_internal/screen_drag_animation_with_canvas/
Ddemo_screen_drag_animation_with_canvas.c154 …een_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_menu_window, in create_screen_drag_animations()
Dscreen_drag_animation_with_canvas_specifications.h161 GX_WINDOW main_screen_v_menu_window; member
Dscreen_drag_animation_with_canvas_specifications.c1147 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_v_menu_window), /* control block */