Searched refs:Orientation (Results 1 – 2 of 2) sorted by relevance
20 import android.platform.test.rule.Orientation.LANDSCAPE21 import android.platform.test.rule.Orientation.NATURAL22 import android.platform.test.rule.Orientation.PORTRAIT47 enum class Orientation { class54 val UiDevice.orientation: Orientation62 val UiDevice.naturalOrientation: Orientation75 private val UiDevice.stableOrientation: Orientation85 sealed class BaseOrientationRule constructor(private val expectedOrientation: Orientation) :113 orientation: Orientation, in setOrientationOverride()146 fun waitForOrientationToSettle(): Orientation { in waitForOrientationToSettle()
3 import android.platform.test.rule.Orientation.LANDSCAPE4 import android.platform.test.rule.Orientation.PORTRAIT35 private fun Statement.runInOrientation(orientation: Orientation) { in Statement()