Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/accessories/
DVirtualHeadTracker.java39 private static final float[] ORIENTATION = { field in VirtualHeadTracker
47 ORIENTATION[0],
48 ORIENTATION[1],
49 ORIENTATION[2],
65 + orientationFloatToStr(ORIENTATION) in generateReport()
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/parameterized/
DIncludeLandscapeOrientation.kt20 import com.android.bedstead.harrier.annotations.ParameterizedAnnotationScope.ORIENTATION
32 @ParameterizedAnnotation(scope = ORIENTATION)
DIncludePortraitOrientation.kt20 import com.android.bedstead.harrier.annotations.ParameterizedAnnotationScope.ORIENTATION
32 @ParameterizedAnnotation(scope = ORIENTATION)
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/
DParameterizedAnnotationScope.kt25 ORIENTATION
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java70 ORIENTATION, enumConstant
144 case ORIENTATION: in setProperty()
235 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in makeClassicConfig()
388 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllEmptyConfigs()
395 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_SQUARE); in testAllEmptyConfigs()
644 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs()
651 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_SQUARE); in testAllClassicConfigs()
694 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs()
839 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
852 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
[all …]
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStore_Images_MediaTest.java251 values.put(Media.ORIENTATION, 0); in testStoreImagesMediaExternal()
279 assertEquals(0, c.getInt(c.getColumnIndex(Media.ORIENTATION))); in testStoreImagesMediaExternal()
547 assertEquals(0, c.getLong(c.getColumnIndex(ImageColumns.ORIENTATION)));
DMediaStore_Video_MediaTest.java401 assertEquals(90, c.getInt(c.getColumnIndex(VideoColumns.ORIENTATION))); in testMetadata()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt37012 field public static final String EXTRA_ORIENTATION = "android.provider.extra.ORIENTATION";