Searched refs:LANDSCAPE (Results 1 – 12 of 12) sorted by relevance
33 TestApis.display().setScreenOrientation(DisplayProperties.ScreenOrientation.LANDSCAPE) in setScreenOrientation_landscape_orientationIsSet()37 ).isEqualTo(DisplayProperties.ScreenOrientation.LANDSCAPE) in setScreenOrientation_landscape_orientationIsSet()
28 LANDSCAPE,
71 DisplayProperties.ScreenOrientation.LANDSCAPE -> device.setOrientationLandscape() in display()83 Surface.ROTATION_90 -> DisplayProperties.ScreenOrientation.LANDSCAPE in display()
33 @EnsureUsingScreenOrientation(orientation = DisplayProperties.ScreenOrientation.LANDSCAPE)
28 import static android.autofillservice.cts.testcore.UiBot.LANDSCAPE;217 mUiBot.setScreenOrientation(LANDSCAPE); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()244 mUiBot.setScreenOrientation(LANDSCAPE); in testDatasetAuthResponseWhileAutofilledAppIsLifecycled()
127 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in testTapLink_changeOrientationThenTapBack()
31 import static android.autofillservice.cts.testcore.UiBot.LANDSCAPE;789 mUiBot.setScreenOrientation(LANDSCAPE);819 mUiBot.setScreenOrientation(LANDSCAPE);
106 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in saveUiRestoredAfterTappingLinkTest()
334 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in saveTest()908 mUiBot.setScreenOrientation(UiBot.LANDSCAPE); in saveUiRestoredAfterTappingLinkTest()
1086 @EnsureUsingScreenOrientation(orientation = DisplayProperties.ScreenOrientation.LANDSCAPE)1090 ).isEqualTo(DisplayProperties.ScreenOrientation.LANDSCAPE); in ensureUsingScreenOrientation_landscape_orientationIsSet()1118 ).isEqualTo(DisplayProperties.ScreenOrientation.LANDSCAPE); in includeRunOnLandscapeOrientationDevice_orientationIsSet()
55 import static android.autofillservice.cts.testcore.UiBot.LANDSCAPE;2277 mUiBot.setScreenOrientation(LANDSCAPE); in testNoContainers()
181 public static final int LANDSCAPE = Surface.ROTATION_90; field in UiBot