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

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java254 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { method in class:InteractionController
255 String logString = String.format("clickAndWaitForNewWindow(%d, %d)", x, y);
H A DUiObject.java402 * See {@link #clickAndWaitForNewWindow(long)}
408 public boolean clickAndWaitForNewWindow() throws UiObjectNotFoundException { method in class:UiObject
410 return clickAndWaitForNewWindow(WAIT_FOR_WINDOW_TMEOUT);
428 public boolean clickAndWaitForNewWindow(long timeout) throws UiObjectNotFoundException { method in class:UiObject
435 return getInteractionController().clickAndWaitForNewWindow(rect.centerX(), rect.centerY(),
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DInteractionController.java254 public boolean clickAndWaitForNewWindow(final int x, final int y, long timeout) { method in class:InteractionController
255 String logString = String.format("clickAndWaitForNewWindow(%d, %d)", x, y);
H A DUiObject.java402 * See {@link #clickAndWaitForNewWindow(long)}
408 public boolean clickAndWaitForNewWindow() throws UiObjectNotFoundException { method in class:UiObject
410 return clickAndWaitForNewWindow(WAIT_FOR_WINDOW_TMEOUT);
428 public boolean clickAndWaitForNewWindow(long timeout) throws UiObjectNotFoundException { method in class:UiObject
435 return getInteractionController().clickAndWaitForNewWindow(rect.centerX(), rect.centerY(),

Completed in 62 milliseconds