Searched refs:glide (Results 1 - 23 of 23) sorted by relevance

/openjdk10/jdk/test/lib/testlibrary/
H A DExtendedRobot.java56 private static int DEFAULT_SPEED = 20; // Speed for mouse glide and click
58 private static int DEFAULT_STEP_LENGTH = 2; // Step length (in pixels) for mouse glide
205 * @see #glide(int, int, int, int)
207 public void glide(int x, int y) { method in class:ExtendedRobot
209 glide(p.x, p.y, x, y);
218 * @see #glide(int, int)
220 public void glide(Point dest) { method in class:ExtendedRobot
221 glide(dest.x, dest.y);
233 * @see #glide(int, int, int, int, int, int)
235 public void glide(in method in class:ExtendedRobot
248 public void glide(Point src, Point dest) { method in class:ExtendedRobot
266 public void glide(int srcX, int srcY, int destX, int destY, int stepLength, int speed) { method in class:ExtendedRobot
[all...]
/openjdk10/jdk/test/java/awt/TrayIcon/MouseMovedTest/
H A DMouseMovedTest.java64 robot.glide(size.width / 2, size.height-15, size.width, size.height-15, 1, 3);
66 robot.glide(size.width / 2, 13, size.width, 13, 1, 3);
/openjdk10/jdk/test/javax/swing/JPopupMenu/6217905/
H A Dbug6217905.java84 robot.glide(0, 0, x, y);
91 robot.glide(x, y, 0, 0);
102 robot.glide(0, 0, x, y);
106 robot.glide(x, y, 0, 0);
/openjdk10/jdk/test/javax/swing/JMenu/6538132/
H A Dbug6538132.java91 robot.glide(0, 0, x1, y1);
98 robot.glide(x1, y1, x2, y2);
103 robot.glide(x2, y2, x1, y1);
/openjdk10/jdk/test/javax/swing/reliability/
H A DTaskUndJFrameProperties.java69 robot.glide(button1Origin, button1Center);
84 robot.glide(button2Origin, button2Center);
/openjdk10/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java234 glide(rect.x + rect.width / 2, rect.y + rect.height / 2,
239 glide(rect.x + rect.width / 2, rect.y + rect.height / 2,
244 glide(rect.x + rect.width / 2, rect.y + rect.height / 2,
249 glide(rect.x + rect.width / 2, rect.y + rect.height / 2,
256 private static void glide(int x0, int y0, int x1, int y1) throws AWTException { method in class:bug7123767
/openjdk10/jdk/test/javax/swing/JPopupMenu/6515446/
H A Dbug6515446.java84 robot.glide(x, y, x + 10, y + 10);
/openjdk10/jdk/test/javax/swing/JSlider/6401380/
H A Dbug6401380.java75 robot.glide(0, 0, l.x + slider.getWidth() / 2, l.y + slider.getHeight() / 2);
/openjdk10/jdk/test/javax/swing/JMenuItem/4654927/
H A Dbug4654927.java112 Util.glide(robot, x0, y0, x1, y1);
/openjdk10/jdk/test/java/awt/datatransfer/Independence/
H A DIndependenceSwingTest.java170 robot.glide(new Point(0, 0), ttf1Center);
H A DIndependenceAWTTest.java163 robot.glide(new Point(0, 0), ttf1Center);
/openjdk10/jdk/test/java/awt/event/KeyEvent/KeyMaskTest/
H A DKeyMaskTest.java182 robot.glide(origin, center);
/openjdk10/jdk/test/javax/swing/dnd/8139050/
H A DNativeErrorsInTableDnD.java90 r.glide(x1, y1, x1 + bounds.width / 4, y1 + bounds.height / 4);
/openjdk10/jdk/test/javax/swing/regtesthelpers/
H A DJRobot.java131 public void glide(int x0, int y0, int x1, int y1) { method in class:JRobot
H A DUtil.java182 public static void glide(Robot robot, int x0, int y0, int x1, int y1) throws AWTException { method in class:Util
/openjdk10/jdk/test/java/awt/TrayIcon/
H A DSystemTrayIconHelper.java83 // from tray until mouse move on it. So we glide
85 robot.glide((int) screenSize.getWidth(), (int) (screenSize.getHeight()-15), 0, (int) (screenSize.getHeight() - 15), 1, 2);
/openjdk10/jdk/test/java/awt/TrayIcon/TrayIconEvents/
H A DTrayIconEventsTest.java288 robot.glide(iconPosition.x, iconPosition.y);
/openjdk10/jdk/test/java/awt/TrayIcon/ModalityTest/
H A DModalityTest.java320 robot.glide(iconPosition.x + 100, iconPosition.y);
/openjdk10/jdk/test/java/awt/TrayIcon/SecurityCheck/FunctionalityCheck/
H A DFunctionalityCheck.java280 robot.glide(iconPosition.x, iconPosition.y);
/openjdk10/jdk/test/java/awt/event/KeyEvent/ExtendedModifiersTest/
H A DExtendedModifiersTest.java224 robot.glide(origin, center);
/openjdk10/jdk/test/java/awt/event/MouseEvent/MouseButtonsAndKeyMasksTest/
H A DMouseButtonsAndKeyMasksTest.java225 robot.glide(origin, center);
/openjdk10/jdk/test/java/awt/event/MouseEvent/MultipleMouseButtonsTest/
H A DMultipleMouseButtonsTest.java173 robot.glide(origin, center);
/openjdk10/jdk/test/java/awt/event/MouseEvent/MouseButtonsTest/
H A DMouseButtonsTest.java197 robot.glide(origin, center);

Completed in 186 milliseconds