Searched defs:getDisplayWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java376 public int getDisplayWidth() { method in class:UiDevice
408 if (x >= getDisplayWidth() || y >= getDisplayHeight()) {
/frameworks/uiautomator/src/com/android/uiautomator/core/
H A DUiDevice.java376 public int getDisplayWidth() { method in class:UiDevice
408 if (x >= getDisplayWidth() || y >= getDisplayHeight()) {

Completed in 50 milliseconds