Home
last modified time | relevance | path

Searched defs:UiDevice (Results 1 – 5 of 5) 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.kt66 fun UiDevice.waitForObj( in <lambda>() method
144 fun UiDevice.waitForNullableObj( in <lambda>() method
197 fun UiDevice.waitForNullableObjects( in <lambda>() method
223 fun UiDevice.assertVisibility( in <lambda>() method
311 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in <lambda>() method
337 fun UiDevice.doubleTapAt(x: Int, y: Int) { in <lambda>() method
354 fun UiDevice.betterSwipe( in <lambda>() method
400 val UiDevice.isScreenOnSettled: Boolean in <lambda>() constant
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomatorhelpers/
DDeviceHelpers.kt65 fun UiDevice.waitForObj( in <lambda>() method
139 fun UiDevice.waitForNullableObj( in <lambda>() method
192 fun UiDevice.waitForNullableObjects( in <lambda>() method
218 fun UiDevice.assertVisibility( in <lambda>() method
306 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in <lambda>() method
332 fun UiDevice.doubleTapAt(x: Int, y: Int) { in <lambda>() method
349 fun UiDevice.betterSwipe( in <lambda>() method
397 val UiDevice.isScreenOnSettled: Boolean in <lambda>() 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