Home
last modified time | relevance | path

Searched refs:main_screen_h_menu_window (Results 1 – 16 of 16) sorted by relevance

/GUIX-v6.2.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c152 gx_widget_hide(&main_screen.main_screen_h_menu_window); in easing_function_drop_list_select_event_handler()
154 gx_widget_show(&main_screen.main_screen_h_menu_window); in easing_function_drop_list_select_event_handler()
165 gx_widget_hide(&main_screen.main_screen_h_menu_window); in main_screen_event_handler()
167 gx_widget_show(&main_screen.main_screen_h_menu_window); in main_screen_event_handler()
174 gx_widget_hide(&main_screen.main_screen_h_menu_window); in main_screen_event_handler()
176 gx_widget_show(&main_screen.main_screen_h_menu_window); in main_screen_event_handler()
Dscreen_drag_animation_specifications.h175 GX_WINDOW main_screen_h_menu_window; member
Dscreen_drag_animation_specifications.c1264 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_h_menu_window), /* control block */
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_animation_drag_tracking_start.c92 gx_widget_hide(&main_screen.main_screen_h_menu_window); in control_thread_entry()
93 gx_widget_show(&main_screen.main_screen_h_menu_window); in control_thread_entry()
122 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_h_menu_window; in control_thread_entry()
Dvalidation_guix_animation_drag_flick_event_process.c111 gx_widget_hide(&main_screen.main_screen_h_menu_window); in control_thread_entry()
113 gx_widget_show(&main_screen.main_screen_h_menu_window); in control_thread_entry()
140 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_h_menu_window; in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation.c137 window = &main_screen.main_screen_h_menu_window; in control_thread_entry()
149 gx_widget_hide(&main_screen.main_screen_h_menu_window); in control_thread_entry()
150 gx_widget_show(&main_screen.main_screen_h_menu_window); in control_thread_entry()
Dvalidation_guix_animation_drag_event_process.c99 …gx_system_timer_start((GX_WIDGET *)&main_screen.main_screen_h_menu_window, GX_ANIMATION_SLIDE_TIME… in control_thread_entry()
110 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_h_menu_window; in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_block_move.c126 … gx_animation_drag_disable(&h_screen_drag_animation, &main_screen.main_screen_h_menu_window); in control_thread_entry()
127 …een_drag_animation(&h_screen_drag_animation, h_screen_list, &main_screen.main_screen_h_menu_window, in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_canvas.c126 … gx_animation_drag_disable(&h_screen_drag_animation, &main_screen.main_screen_h_menu_window); in control_thread_entry()
127 …een_drag_animation(&h_screen_drag_animation, h_screen_list, &main_screen.main_screen_h_menu_window, in control_thread_entry()
Dvalidation_guix_animation_drag_tracking.c129 my_event.gx_event_target = (GX_WIDGET *)&main_screen.main_screen_h_menu_window; in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_block_move/
Ddemo_screen_drag_animation_with_block_move.c105 …een_drag_animation(&h_screen_drag_animation, h_screen_list, &main_screen.main_screen_h_menu_window, in create_screen_drag_animations()
Dscreen_drag_animation_with_block_move_specifications.h155 GX_WINDOW main_screen_h_menu_window; member
Dscreen_drag_animation_with_block_move_specifications.c1171 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_h_menu_window), /* control block */
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/
Ddemo_screen_drag_animation_with_canvas.c151 …een_drag_animation(&h_screen_drag_animation, h_screen_list, &main_screen.main_screen_h_menu_window, in create_screen_drag_animations()
Dscreen_drag_animation_with_canvas_specifications.h155 GX_WINDOW main_screen_h_menu_window; member
Dscreen_drag_animation_with_canvas_specifications.c1171 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_h_menu_window), /* control block */