Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DPortraitLandscapeRule.kt24 base.runInOrientation(PORTRAIT) in apply()
27 base.runInOrientation(LANDSCAPE) in apply()
35 private fun Statement.runInOrientation(orientation: Orientation) { in Statement() method in android.platform.test.rule.PortraitLandscapeRule