| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_horizontal_screen_drag_animation_with_block_move.c | 69 #define YPOS 100 macro 72 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag right. */ 73 {GX_EVENT_PEN_DRAG, XPOS + 50, YPOS, 11, "drag right by 50"}, 74 {GX_EVENT_PEN_UP, XPOS + 50, YPOS, 5, "pen up"}, 75 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"}, 76 {GX_EVENT_PEN_DRAG, XPOS + 3, YPOS, 11, "drag right by 3"}, 77 {GX_EVENT_PEN_DRAG, XPOS + 50, YPOS, 11, "drag right by 47"}, 78 {GX_EVENT_PEN_UP, XPOS + 50, YPOS, 5, "pen up"}, 79 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag left, less than half window width. */ 80 {GX_EVENT_PEN_DRAG, XPOS - 50, YPOS, 11, "drag left by 50"}, [all …]
|
| D | validation_guix_horizontal_screen_drag_animation_with_canvas.c | 69 #define YPOS 100 macro 72 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag right. */ 73 {GX_EVENT_PEN_DRAG, XPOS + 50, YPOS, 11, "drag right by 50"}, 74 {GX_EVENT_PEN_UP, XPOS + 50, YPOS, 5, "pen up"}, 75 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"}, 76 {GX_EVENT_PEN_DRAG, XPOS + 3, YPOS, 11, "drag right by 3"}, 77 {GX_EVENT_PEN_DRAG, XPOS + 50, YPOS, 11, "drag right by 47"}, 78 {GX_EVENT_PEN_UP, XPOS + 50, YPOS, 5, "pen up"}, 79 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag left, less than half window width. */ 80 {GX_EVENT_PEN_DRAG, XPOS - 50, YPOS, 11, "drag left by 50"}, [all …]
|
| D | validation_guix_horizontal_screen_drag_animation.c | 71 #define YPOS 100 macro 74 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag right. */ 75 {GX_EVENT_PEN_DRAG, XPOS + 50, YPOS, 11, "drag right by 50"}, 76 {GX_EVENT_PEN_UP, XPOS + 50, YPOS, 5, "pen up"}, 77 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"}, 78 {GX_EVENT_PEN_DRAG, XPOS + 3, YPOS, 11, "drag right by 3"}, 79 {GX_EVENT_PEN_DRAG, XPOS + 50, YPOS, 11, "drag right by 47"}, 80 {GX_EVENT_PEN_UP, XPOS + 50, YPOS, 5, "pen up"}, 81 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag left, less than half window width. */ 82 {GX_EVENT_PEN_DRAG, XPOS - 50, YPOS, 11, "drag left by 50"}, [all …]
|
| D | validation_guix_vertical_screen_drag_animation.c | 70 #define YPOS 300 macro 73 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag down. */ 74 {GX_EVENT_PEN_DRAG, XPOS, YPOS + 50, 11, "pen drag"}, 75 {GX_EVENT_PEN_UP, XPOS, YPOS + 50, 5, "pen up"}, 76 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag up, less than half window height. */ 77 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 50, 11, "pen drag"}, 79 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag up. */ 80 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 150 , 11, "pen drag"}, 81 {GX_EVENT_PEN_UP, XPOS, YPOS - 150, 5, "pen up"}, 82 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Flick up. */ [all …]
|
| D | validation_guix_vertical_screen_drag_animation_with_block_move.c | 68 #define YPOS 300 macro 71 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag down. */ 72 {GX_EVENT_PEN_DRAG, XPOS, YPOS + 50, 11, "pen drag"}, 73 {GX_EVENT_PEN_UP, XPOS, YPOS + 50, 5, "pen up"}, 74 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag up, less than half window height. */ 75 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 50, 11, "pen drag"}, 77 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag up. */ 78 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 150 , 11, "pen drag"}, 79 {GX_EVENT_PEN_UP, XPOS, YPOS - 150, 5, "pen up"}, 80 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Flick up. */ [all …]
|
| D | validation_guix_vertical_screen_drag_animation_with_canvas.c | 68 #define YPOS 300 macro 71 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag down. */ 72 {GX_EVENT_PEN_DRAG, XPOS, YPOS + 50, 11, "pen drag"}, 73 {GX_EVENT_PEN_UP, XPOS, YPOS + 50, 5, "pen up"}, 74 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag up, less than half window height. */ 75 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 50, 11, "pen drag"}, 77 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag up. */ 78 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 150 , 11, "pen drag"}, 79 {GX_EVENT_PEN_UP, XPOS, YPOS - 150, 5, "pen up"}, 80 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Flick up. */ [all …]
|
| D | validation_guix_all_widgets_scroll_wheel_flick.c | 69 #define YPOS 235 macro 72 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Flick up. */ 73 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 50, 5, "pen drag"}, 74 {GX_EVENT_PEN_UP, XPOS, YPOS - 50, 5, "pen up"}, 75 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Flick up. */ 76 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 50, 5, "pen_drag"}, 77 {GX_EVENT_PEN_UP, XPOS, YPOS - 50, 5, "pen up"}, 78 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Flick up. */ 79 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 50, 5, "pen_drag"}, 80 {GX_EVENT_PEN_UP, XPOS, YPOS - 50, 5, "pen up"}, [all …]
|
| D | validation_guix_vertical_list_animation.c | 72 #define YPOS 200 macro 75 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 5, 0, "pen down"},/* Drag down. */ 76 {GX_EVENT_PEN_DRAG, XPOS, YPOS + 100, 0, 11, 1, "drag down"}, 77 {GX_EVENT_PEN_UP, XPOS, YPOS + 100, 0, 5, 5, "pen up"}, 79 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 5, 0, "pen down"},/* Drag up. */ 80 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 100, 0, 11, 2, "drag up"}, 81 {GX_EVENT_PEN_UP, XPOS, YPOS - 100, 0, 5, 0, "pen up"}, 83 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 5, 0, "pen down"},/* Drag up. */ 84 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 100, 0, 11, 2, "drag up"}, 85 {GX_EVENT_PEN_UP, XPOS, YPOS - 100, 0, 5, 0, "pen up"}, [all …]
|
| D | validation_guix_horizontal_list_animation.c | 72 #define YPOS 60 macro 75 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 5, 0, "pen down"},/* Drag right. */ 76 {GX_EVENT_PEN_DRAG, XPOS + 100, YPOS, 0,11, 1, "drag right"}, 77 {GX_EVENT_PEN_UP, XPOS + 100, YPOS, 0, 5, 5, "pen up"}, 79 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 5, 0, "pen down"},/* Drag left. */ 80 {GX_EVENT_PEN_DRAG, XPOS - 100, YPOS, 0,11, 2, "drag left"}, 81 {GX_EVENT_PEN_UP, XPOS - 100, YPOS, 0, 5, 0, "pen up"}, 83 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 5, 0, "pen down"},/* Drag left. */ 84 {GX_EVENT_PEN_DRAG, XPOS - 100, YPOS, 0,11, 2, "drag left"}, 85 {GX_EVENT_PEN_UP, XPOS - 100, YPOS, 0, 5, 0, "pen up"}, [all …]
|
| D | validation_guix_animation_drag_tracking.c | 70 #define YPOS 100 macro 75 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 1, "pen down"},/* Drag left. */ 76 {GX_EVENT_PEN_DRAG, XPOS - 150, YPOS, 1, "drag left"}, 77 {GX_EVENT_PEN_UP, XPOS - 150, YPOS, 1, "pen up"}, 78 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 1, "pen down"},/* Drag left. */ 79 {GX_EVENT_PEN_DRAG, XPOS - 150, YPOS, 1, "drag left"}, 80 {GX_EVENT_PEN_UP, XPOS - 150, YPOS, 1, "pen up"}, 81 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 1, "pen down"},/* Drag left. */ 82 {GX_EVENT_PEN_DRAG, XPOS - 150, YPOS, 1, "drag left"}, 83 {GX_EVENT_PEN_DRAG, XPOS - 150, YPOS, 1, "send same drag event as previous"}, [all …]
|
| D | validation_guix_animation_drag_flick_event_process.c | 71 #define YPOS 100 macro 76 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 1, "pen down"},/* Drag left. */ 77 {GX_EVENT_PEN_DRAG, XPOS - 150, YPOS, 0, 1, "drag left"}, 78 {GX_EVENT_PEN_UP, XPOS - 150, YPOS, 0, 1, "pen up"}, 80 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 0, 1, "pen down"},/* Drag right */ 81 {GX_EVENT_PEN_DRAG, XPOS + 150 , YPOS, 0, 1, "drag right"}, 82 {GX_EVENT_PEN_UP, XPOS + 150, YPOS, 0, 1, "pen up"},
|
| D | validation_guix_horizontal_list_scroll.c | 66 #define YPOS 360 macro 69 {GX_EVENT_PEN_DOWN, XPOS, YPOS, "pen down"}, 70 {GX_EVENT_PEN_DRAG, XPOS + 10, YPOS, "drag right"}, 71 {GX_EVENT_PEN_UP, XPOS, YPOS, "pen up"}, 72 {GX_EVENT_PEN_DOWN, XPOS, YPOS, "pen down"}, 73 {GX_EVENT_PEN_DRAG, XPOS - 10, YPOS, "drag left"}, 74 {GX_EVENT_PEN_UP, XPOS - 10, YPOS, "pen up"},
|
| D | validation_guix_vertical_list_scroll.c | 66 #define YPOS 160 macro 69 {GX_EVENT_PEN_DOWN, XPOS, YPOS, "pen down"}, 70 {GX_EVENT_PEN_DRAG, XPOS, YPOS + 10, "drag down"}, 71 {GX_EVENT_PEN_UP, XPOS, YPOS + 10, "pen up"}, 72 {GX_EVENT_PEN_DOWN, XPOS, YPOS, "pen down"}, 73 {GX_EVENT_PEN_DRAG, XPOS, YPOS - 10, "drag up"}, 74 {GX_EVENT_PEN_UP, XPOS, YPOS - 10, "pen up"},
|
| D | validation_guix_vertical_screen_drag_animation_with_easing_func.c | 70 #define YPOS 300 macro 73 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag down. */ 74 {GX_EVENT_PEN_DRAG, XPOS, YPOS + 50, 11, "pen drag"}, 75 {GX_EVENT_PEN_UP, XPOS, YPOS + 50, 5, "pen up"},
|
| D | validation_guix_animation_drag_tracking_start.c | 69 #define YPOS 100 macro 72 {GX_EVENT_PEN_DOWN, XPOS, YPOS, "pen down"},/* Drag right. */ 73 {GX_EVENT_PEN_DRAG, XPOS + 150, YPOS, "drag right"}, 74 {GX_EVENT_PEN_UP, XPOS + 150, YPOS, "pen up"},
|
| D | validation_guix_horizontal_screen_drag_animation_with_easing_func.c | 71 #define YPOS 100 macro 74 {GX_EVENT_PEN_DOWN, XPOS, YPOS, 5, "pen down"},/* Drag right. */ 75 {GX_EVENT_PEN_DRAG, XPOS + 50, YPOS, 11, "pen drag"}, 76 {GX_EVENT_PEN_UP, XPOS + 50, YPOS, 5, "pen up"},
|
| D | validation_guix_scroll_wheel_scroll.c | 69 #define YPOS 235 macro 106 my_event.gx_event_payload.gx_event_pointdata.gx_point_y = YPOS; in control_thread_entry() 110 my_event.gx_event_payload.gx_event_pointdata.gx_point_y = YPOS - 400; in control_thread_entry()
|
| D | validation_guix_scroll_wheel_flick_event_process.c | 69 #define YPOS 235 macro 155 my_event.gx_event_payload.gx_event_pointdata.gx_point_y = YPOS; in control_thread_entry()
|
| D | validation_guix_scroll_wheel_timer_event_process.c | 68 #define YPOS 235 macro
|