Searched defs:waitForIdle (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java157 waitForIdle();
159 waitForIdle();
176 waitForIdle();
193 private void waitForIdle() { method in class:TestDialogTypeAhead
203 System.err.println("Robot.waitForIdle, non-fatal exception caught:");
206 System.err.println("Robot.waitForIdle, non-fatal exception caught:");
/openjdk7/jdk/src/share/classes/java/awt/
H A DRobot.java482 * Returns whether this Robot automatically invokes <code>waitForIdle</code>
484 * @return Whether <code>waitForIdle</code> is automatically called
491 * Sets whether this Robot automatically invokes <code>waitForIdle</code>
493 * @param isOn Whether <code>waitForIdle</code> is automatically invoked
500 * Calls waitForIdle after every event if so desired.
504 waitForIdle();
558 public synchronized void waitForIdle() { method in class:Robot
570 System.err.println("Robot.waitForIdle, non-fatal exception caught:");
573 System.err.println("Robot.waitForIdle, non-fatal exception caught:");
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DUtil.java187 public static void waitForIdle(final Robot robot) { method in class:Util
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java1521 // waitForIdle, we may end up with full EventQueue
1524 waitForIdle(timeout);
1527 while (waitForIdle(timeout) && iters < MAX_ITERS) {
1538 } while ((syncNativeQueue(timeout) || waitForIdle(timeout)) && bigLoop < MAX_ITERS);
1567 protected final boolean waitForIdle(final long timeout) { method in class:SunToolkit

Completed in 143 milliseconds