Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DBaseOrientationRule.kt20 import android.platform.test.rule.Orientation.LANDSCAPE
21 import android.platform.test.rule.Orientation.NATURAL
22 import android.platform.test.rule.Orientation.PORTRAIT
47 enum class Orientation { class
54 val UiDevice.orientation: Orientation
62 val UiDevice.naturalOrientation: Orientation
75 private val UiDevice.stableOrientation: Orientation
85 sealed class BaseOrientationRule constructor(private val expectedOrientation: Orientation) :
113 orientation: Orientation, in setOrientationOverride()
146 fun waitForOrientationToSettle(): Orientation { in waitForOrientationToSettle()
DPortraitLandscapeRule.kt3 import android.platform.test.rule.Orientation.LANDSCAPE
4 import android.platform.test.rule.Orientation.PORTRAIT
35 private fun Statement.runInOrientation(orientation: Orientation) { in Statement()