Home
last modified time | relevance | path

Searched defs:UiDevice (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/helpers/
DAutomationUtils.kt76 fun UiDevice.isQuickstepEnabled(): Boolean { in isQuickstepEnabled() method
85 fun UiDevice.isRotated(): Boolean { in UiDevice() method
92 fun UiDevice.reopenAppFromOverview( in reopenAppFromOverview() method
111 fun UiDevice.openQuickstep( in openQuickstep() method
183 fun UiDevice.waitForIME(): Boolean { in UiDevice() method
208 fun UiDevice.openQuickStepAndClearRecentAppsFromOverview( in openQuickStepAndClearRecentAppsFromOverview() method
244 fun UiDevice.launchSplitScreen( in UiDevice() method
268 fun UiDevice.canSplitScreen( in UiDevice() method
282 fun UiDevice.isInSplitScreen(): Boolean { in isInSplitScreen() method
300 fun UiDevice.exitSplitScreen() { in UiDevice() method
[all …]
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt61 fun UiDevice.waitForObj( in waitForObj() method
94 fun UiDevice.waitForNullableObj( in waitForNullableObj() method
111 fun UiDevice.waitForNullableObjects( in waitForNullableObj() method
124 fun UiDevice.assertVisibility( in assertVisibility() method
191 fun UiDevice.shell(command: String): String = in shell() method
204 fun UiDevice.doubleTapAt(x: Int, y: Int) { in UiDevice() method
217 fun UiDevice.betterSwipe( in UiDevice() method
246 val UiDevice.isScreenOnSettled: Boolean constant
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DBaseOrientationRule.kt52 val UiDevice.orientation: Orientation constant
60 val UiDevice.naturalOrientation: Orientation constant
73 private val UiDevice.stableOrientation: Orientation constant
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/
DColorUtils.kt24 fun UiDevice.getScreenBorderColors(): ScreenBorderColors { in <lambda>() method
54 fun UiDevice.hasBlackScreen(): Boolean = Screenshot.capture().bitmap.isBlack() in darkerThan() method