Searched refs:lLoc (Results 1 - 13 of 13) sorted by relevance

/openjdk9/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DJGlassPaneMoveOverlapping.java59 private volatile Point lLoc; field in class:JGlassPaneMoveOverlapping
71 lLoc = internalFrame.getContentPane().getLocationOnScreen();
72 lLoc2 = lLoc.getLocation();
97 robot.mouseMove(lLoc.x + 25, lLoc.y - 5);
100 robot.mouseMove(lLoc.x + 45, lLoc.y - 5);
102 robot.mouseMove(lLoc.x + internalWidth - 75, lLoc.y - 5);
104 robot.mouseMove(lLoc
[all...]
H A DMixingFrameResizing.java57 private Point lLoc; field in class:MixingFrameResizing
80 lLoc = frame.getLocationOnScreen();
93 robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT);
97 robot.mouseMove(lLoc.x + size.width / 2 + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT + 20 * i);
101 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT, lLoc.y + size.height + BORDER_SHIFT);
105 robot.mouseMove(lLoc.x + size.width + BORDER_SHIFT + 20 * i, lLoc
[all...]
H A DJInternalFrameOverlapping.java54 private Point lLoc; field in class:JInternalFrameOverlapping
63 clickAndBlink(robot, lLoc);
99 lLoc = jbutton.getLocationOnScreen();
100 lLoc.translate(jbutton.getWidth()/2, jbutton.getWidth()/2); //click at middle of the button
H A DJGlassPaneInternalFrameOverlapping.java58 private Point lLoc; field in class:JGlassPaneInternalFrameOverlapping
66 lLoc = internalFrame.getContentPane().getLocationOnScreen();
67 lLoc2 = lLoc.getLocation();
79 clickAndBlink(robot, lLoc);
H A DMixingPanelsResizing.java61 private static Point lLoc; field in class:MixingPanelsResizing
154 lLoc = frame.getLocationOnScreen();
155 lLoc.translate(frame.getWidth() + borderShift, frame.getHeight() + borderShift);
160 robot.mouseMove(lLoc.x, lLoc.y);
194 robot.mouseMove(lLoc.x + 20 * i, lLoc.y + 10 * i);
203 robot.mouseMove(lLoc.x + 120 * i, lLoc.y + 60 * i);
H A DGlassPaneOverlappingTestBase.java124 Point lLoc = testedComponent.getLocationOnScreen();
125 lLoc.translate(1, testedComponent.getPreferredSize().height + 1);
139 clickAndBlink(robot, lLoc);
H A DSimpleOverlappingTestBase.java137 Point lLoc = !debug ? testedComponent.getLocationOnScreen() : new Point(70, 30);
155 clickAndBlink(robot, lLoc);
H A DOverlappingTestBase.java340 * @param lLoc point to verify
343 protected void clickAndBlink(Robot robot, Point lLoc) { argument
344 clickAndBlink(robot, lLoc, true);
367 * @param lLoc point to validate to be <b>of</b> {@link OverlappingTestBase#AWT_BACKGROUND_COLOR}
370 protected void pixelPreCheck(Robot robot, Point lLoc, Component component) { argument
375 c = robot.getPixelColor(lLoc.x, lLoc.y);
385 System.err.println(lLoc + ": " + c);
395 * @param lLoc point to verify
398 protected void clickAndBlink(Robot robot, Point lLoc, boolea argument
[all...]
/openjdk9/jdk/test/java/awt/Mixing/
H A DLWComboBox.java97 Point lLoc = ch.getLocationOnScreen();
98 System.err.println("lLoc: " + lLoc);
99 robot.mouseMove(lLoc.x + 5, lLoc.y + 5);
H A DJButtonInGlassPane.java103 Point lLoc = jbutton.getLocationOnScreen();
104 robot.mouseMove(lLoc.x + jbutton.getWidth() - 5, lLoc.y + jbutton.getHeight() - 5);
115 robot.mouseMove(lLoc.x + jbutton.getWidth() - 5, lLoc.y + jbutton.getHeight() - 5);
H A DNonOpaqueInternalFrame.java115 Point lLoc = iframe2.getLocationOnScreen();
116 System.err.println("lLoc: " + lLoc);
117 robot.mouseMove(lLoc.x + 10, lLoc.y + 10);
H A DHWDisappear.java105 Point lLoc = lmenu.getLocationOnScreen();
106 robot.mouseMove(lLoc.x + 5, lLoc.y + 5);
H A DLWPopupMenu.java105 Point lLoc = lmenu.getLocationOnScreen();
106 robot.mouseMove(lLoc.x + 5, lLoc.y + 5);

Completed in 106 milliseconds