Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java175 public static final String ROTATION_REVERSE_LANDSCAPE = "270"; field in DeqpTestRunner.BatchRunConfiguration
1804 BatchRunConfiguration.ROTATION_REVERSE_LANDSCAPE.equals(rotation); in isLandscapeClassRotation()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java855 rotation.equals(DeqpTestRunner.BatchRunConfiguration.ROTATION_REVERSE_LANDSCAPE); in testOrientation()