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() method85 fun UiDevice.openQuickstep(wmHelper: WindowManagerStateHelper) { in openQuickstep() method154 fun UiDevice.waitForIME(): Boolean { in UiDevice() method178 fun UiDevice.openQuickStepAndClearRecentAppsFromOverview(wmHelper: WindowManagerStateHelper) { in openQuickStepAndClearRecentAppsFromOverview() method209 fun UiDevice.launchSplitScreen(wmHelper: WindowManagerStateHelper) { in UiDevice() method230 fun UiDevice.canSplitScreen(wmHelper: WindowManagerStateHelper): Boolean { in UiDevice() method240 fun UiDevice.isInSplitScreen(): Boolean { in isInSplitScreen() method260 fun UiDevice.exitSplitScreen() { in UiDevice() method282 fun UiDevice.exitSplitScreenFromBottom(wmHelper: WindowManagerStateHelper) { in exitSplitScreenFromBottom() method[all …]
65 fun UiDevice.waitForObj( in waitForObj() method103 fun UiDevice.waitForNullableObj( in waitForNullableObj() method159 fun UiDevice.waitForNullableObjects( in waitForNullableObjects() method186 fun UiDevice.assertVisibility( in assertVisibility() method274 fun UiDevice.shell(command: String): String = DeviceHelpers.shell(command) in shell() method300 fun UiDevice.doubleTapAt(x: Int, y: Int) { in UiDevice() method317 fun UiDevice.betterSwipe( in UiDevice() method363 val UiDevice.isScreenOnSettled: Boolean constant
54 val UiDevice.orientation: Orientation constant62 val UiDevice.naturalOrientation: Orientation constant75 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