Home
last modified time | relevance | path

Searched refs:getDevice (Results 1 – 3 of 3) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject2.java250 return parent != null ? UiObject2.create(getDevice(), mSelector, parent) : null; in getParent()
268 ByMatcher.findMatch(getDevice(), selector, getAccessibilityNodeInfo()); in hasObject()
285 ByMatcher.findMatch(getDevice(), selector, getAccessibilityNodeInfo()); in findObject()
290 return UiObject2.create(getDevice(), selector, node); in findObject()
301 ByMatcher.findMatches(getDevice(), selector, getAccessibilityNodeInfo())) { in findObjects()
302 UiObject2 object = UiObject2.create(getDevice(), selector, node); in findObjects()
325 final boolean isDisplayAccessible = getDevice().getDisplayById(getDisplayId()) != null; in getVisibleBounds()
328 Point displaySize = getDevice().getDisplaySize(getDisplayId()); in getVisibleBounds()
963 ViewConfiguration vc = ViewConfiguration.get(getDevice().getUiContext(getDisplayId())); in fling()
1013 getDevice().waitForIdle(); in getAccessibilityNodeInfo()
[all …]
DUiObject.java93 UiDevice getDevice() { in getDevice() method in UiObject
104 return getDevice().getQueryController(); in getQueryController()
114 return getDevice().getInteractionController(); in getInteractionController()
172 getDevice().runWatchers(); in findAccessibilityNodeInfo()
358 int w = getDevice().getDisplayWidth(); in getVisibleBounds()
359 int h = getDevice().getDisplayHeight(); in getVisibleBounds()
DGestureController.java135 return getDevice().performActionAndWait(new GestureRunnable(gestures), condition, timeout); in performGestureAndWait()
274 return getDevice().getUiAutomation().injectInputEvent(event, false); in injectMotionEvent()
348 UiDevice getDevice() { in getDevice() method in GestureController