Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java48 ORIENTATION, enumConstant
118 case ORIENTATION: in setProperty()
206 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_PORTRAIT); in makeClassicConfig()
346 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllEmptyConfigs()
353 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_SQUARE); in testAllEmptyConfigs()
550 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs()
557 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_SQUARE); in testAllClassicConfigs()
600 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testAllClassicConfigs()
764 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
777 config.setProperty(Properties.ORIENTATION, Configuration.ORIENTATION_LANDSCAPE); in testNewScreenSize()
[all …]
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_MediaTest.java214 values.put(Media.ORIENTATION, 0); in testStoreImagesMediaExternal()
244 assertEquals(0, c.getInt(c.getColumnIndex(Media.ORIENTATION))); in testStoreImagesMediaExternal()
267 values.put(Media.ORIENTATION, 90); in testStoreImagesMediaExternal()
289 assertEquals(90, c.getInt(c.getColumnIndex(Media.ORIENTATION))); in testStoreImagesMediaExternal()