Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/device/helpers/
DAutomationUtils.kt69 fun UiDevice.isQuickstepEnabled(): Boolean { in isQuickstepEnabled() method
76 fun UiDevice.isRotated(): Boolean { in UiDevice() method
81 fun UiDevice.reopenAppFromOverview(wmHelper: WindowManagerStateHelper) { in reopenAppFromOverview() method
94 fun UiDevice.openQuickstep(wmHelper: WindowManagerStateHelper) { in openQuickstep() method
163 fun UiDevice.waitForIME(): Boolean { in UiDevice() method
187 fun UiDevice.openQuickStepAndClearRecentAppsFromOverview(wmHelper: WindowManagerStateHelper) { in openQuickStepAndClearRecentAppsFromOverview() method
218 fun UiDevice.launchSplitScreen(wmHelper: WindowManagerStateHelper) { in UiDevice() method
239 fun UiDevice.canSplitScreen(wmHelper: WindowManagerStateHelper): Boolean { in UiDevice() method
249 fun UiDevice.isInSplitScreen(): Boolean { in isInSplitScreen() method
269 fun UiDevice.exitSplitScreen() { in UiDevice() method
[all …]
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt64 fun UiDevice.waitForObj( in waitForObj() method
102 fun UiDevice.waitForNullableObj( in waitForNullableObj() method
158 fun UiDevice.waitForNullableObjects( in waitForNullableObjects() method
185 fun UiDevice.assertVisibility( in assertVisibility() method
270 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in shell() method
296 fun UiDevice.doubleTapAt(x: Int, y: Int) { in UiDevice() method
313 fun UiDevice.betterSwipe( in UiDevice() method
359 val UiDevice.isScreenOnSettled: Boolean constant
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DBaseOrientationRule.kt53 val UiDevice.orientation: Orientation constant
61 val UiDevice.naturalOrientation: Orientation constant
74 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