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/ |
D | demo_screen_drag_animation.c | 153 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()
|
D | screen_drag_animation_specifications.h | 181 GX_WINDOW main_screen_v_menu_window; member
|
D | screen_drag_animation_specifications.c | 1240 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_v_menu_window), /* control block */
|
/GUIX-v6.4.1/test/guix_test/regression_test/tests/ |
D | validation_guix_animation_drag_flick_event_process.c | 112 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()
|
D | validation_guix_vertical_screen_drag_animation.c | 124 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()
|
D | validation_guix_vertical_screen_drag_animation_with_block_move.c | 121 … 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()
|
D | validation_guix_vertical_screen_drag_animation_with_canvas.c | 121 … 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()
|
D | validation_guix_animation_drag_tracking.c | 133 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()
|
D | validation_guix_animation_drag_tracking_start.c | 94 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/ |
D | demo_screen_drag_animation_with_block_move.c | 108 …een_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_menu_window, in create_screen_drag_animations()
|
D | screen_drag_animation_with_block_move_specifications.h | 161 GX_WINDOW main_screen_v_menu_window; member
|
D | screen_drag_animation_with_block_move_specifications.c | 1147 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_v_menu_window), /* control block */
|
/GUIX-v6.4.1/test/example_internal/screen_drag_animation_with_canvas/ |
D | demo_screen_drag_animation_with_canvas.c | 154 …een_drag_animation(&v_screen_drag_animation, v_screen_list, &main_screen.main_screen_v_menu_window, in create_screen_drag_animations()
|
D | screen_drag_animation_with_canvas_specifications.h | 161 GX_WINDOW main_screen_v_menu_window; member
|
D | screen_drag_animation_with_canvas_specifications.c | 1147 offsetof(MAIN_SCREEN_CONTROL_BLOCK, main_screen_v_menu_window), /* control block */
|