Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt69 fun UiDevice.isQuickstepEnabled(): Boolean { in isQuickstepEnabled() method
76 fun UiDevice.isRotated(): Boolean { in UiDevice() method
85 fun UiDevice.openQuickstep(wmHelper: WindowManagerStateHelper) { in openQuickstep() method
154 fun UiDevice.waitForIME(): Boolean { in UiDevice() method
178 fun UiDevice.openQuickStepAndClearRecentAppsFromOverview(wmHelper: WindowManagerStateHelper) { in openQuickStepAndClearRecentAppsFromOverview() method
209 fun UiDevice.launchSplitScreen(wmHelper: WindowManagerStateHelper) { in UiDevice() method
230 fun UiDevice.canSplitScreen(wmHelper: WindowManagerStateHelper): Boolean { in UiDevice() method
240 fun UiDevice.isInSplitScreen(): Boolean { in isInSplitScreen() method
260 fun UiDevice.exitSplitScreen() { in UiDevice() method
282 fun UiDevice.exitSplitScreenFromBottom(wmHelper: WindowManagerStateHelper) { in exitSplitScreenFromBottom() method
[all …]
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt65 fun UiDevice.waitForObj( in waitForObj() method
103 fun UiDevice.waitForNullableObj( in waitForNullableObj() method
159 fun UiDevice.waitForNullableObjects( in waitForNullableObjects() method
186 fun UiDevice.assertVisibility( in assertVisibility() method
274 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in shell() method
300 fun UiDevice.doubleTapAt(x: Int, y: Int) { in UiDevice() method
317 fun UiDevice.betterSwipe( in UiDevice() method
363 val UiDevice.isScreenOnSettled: Boolean constant
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DBaseOrientationRule.kt54 val UiDevice.orientation: Orientation constant
62 val UiDevice.naturalOrientation: Orientation constant
75 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