Home
last modified time | relevance | path

Searched refs:getAutomatorBridge (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java88 UiAutomatorBridge getAutomatorBridge() { in getAutomatorBridge() method in UiDevice
107 getAutomatorBridge().setCompressedLayoutHierarchy(compressed); in setCompressedLayoutHeirarchy()
133 Display display = getAutomatorBridge().getDefaultDisplay(); in getDisplaySizeDp()
381 Display display = getAutomatorBridge().getDefaultDisplay(); in getDisplayWidth()
395 Display display = getAutomatorBridge().getDefaultDisplay(); in getDisplayHeight()
432 return getAutomatorBridge().getInteractionController() in swipe()
453 return getAutomatorBridge().getInteractionController() in drag()
488 getAutomatorBridge().waitForIdle(timeout); in waitForIdle()
632 int ret = getAutomatorBridge().getRotation(); in isNaturalOrientation()
644 return getAutomatorBridge().getRotation(); in getDisplayRotation()
[all …]
H A DUiObject.java103 return UiDevice.getInstance().getAutomatorBridge().getQueryController(); in getQueryController()
113 return UiDevice.getInstance().getAutomatorBridge().getInteractionController(); in getInteractionController()