Home
last modified time | relevance | path

Searched refs:stableOrientation (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DBaseOrientationRule.kt65 return stableOrientation
67 return when (stableOrientation) {
70 else -> throw RuntimeException("Unexpected orientation: $stableOrientation.")
75 private val UiDevice.stableOrientation: Orientation constant
119 if (device.stableOrientation == expectedOrientation) { in setOrientationOverride()
131 device.stableOrientation == expectedOrientation in setOrientationOverride()
147 return device.stableOrientation in waitForOrientationToSettle()