Searched defs:UiDevice (Results 1 – 4 of 4) sorted by relevance
69 fun UiDevice.isQuickstepEnabled(): Boolean { in isQuickstepEnabled() method76 fun UiDevice.isRotated(): Boolean { in UiDevice() method81 fun UiDevice.reopenAppFromOverview(wmHelper: WindowManagerStateHelper) { in reopenAppFromOverview() method94 fun UiDevice.openQuickstep(wmHelper: WindowManagerStateHelper) { in openQuickstep() method163 fun UiDevice.waitForIME(): Boolean { in UiDevice() method187 fun UiDevice.openQuickStepAndClearRecentAppsFromOverview(wmHelper: WindowManagerStateHelper) { in openQuickStepAndClearRecentAppsFromOverview() method218 fun UiDevice.launchSplitScreen(wmHelper: WindowManagerStateHelper) { in UiDevice() method239 fun UiDevice.canSplitScreen(wmHelper: WindowManagerStateHelper): Boolean { in UiDevice() method249 fun UiDevice.isInSplitScreen(): Boolean { in isInSplitScreen() method269 fun UiDevice.exitSplitScreen() { in UiDevice() method[all …]
64 fun UiDevice.waitForObj( in waitForObj() method102 fun UiDevice.waitForNullableObj( in waitForNullableObj() method158 fun UiDevice.waitForNullableObjects( in waitForNullableObjects() method185 fun UiDevice.assertVisibility( in assertVisibility() method270 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in shell() method296 fun UiDevice.doubleTapAt(x: Int, y: Int) { in UiDevice() method313 fun UiDevice.betterSwipe( in UiDevice() method359 val UiDevice.isScreenOnSettled: Boolean constant
53 val UiDevice.orientation: Orientation constant61 val UiDevice.naturalOrientation: Orientation constant74 private val UiDevice.stableOrientation: Orientation constant
24 fun UiDevice.getScreenBorderColors(): ScreenBorderColors { in <lambda>() method54 fun UiDevice.hasBlackScreen(): Boolean = Screenshot.capture().bitmap.isBlack() in darkerThan() method