Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java121 Configuration.ORIENTATION_PORTRAIT); in setQualifiers_updatesSystemAndAppResources()
123 Configuration.ORIENTATION_PORTRAIT); in setQualifiers_updatesSystemAndAppResources()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplayManager.java63 displayInfo.rotation = configuration.orientation == Configuration.ORIENTATION_PORTRAIT in createDisplayInfo()
105 ? Configuration.ORIENTATION_PORTRAIT in createDisplayInfo()
DShadowDisplay.java413 rotation = configuration.orientation == Configuration.ORIENTATION_PORTRAIT in configureForJBOnly()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DDeviceConfig.java273 : Configuration.ORIENTATION_PORTRAIT; in applyRules()
316 : Configuration.ORIENTATION_PORTRAIT; in applyRules()
317 } else if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT in applyRules()
DConfigurationV25.java182 case Configuration.ORIENTATION_PORTRAIT: in resourceQualifierString()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DActivityControllerTest.java276 .isEqualTo(Configuration.ORIENTATION_PORTRAIT); in noArgsConfigurationChange_appliesChangedSystemConfiguration()
285 config.orientation = Configuration.ORIENTATION_PORTRAIT; in configurationChange_restoresTheme()
301 config.orientation = Configuration.ORIENTATION_PORTRAIT; in configurationChange_reattachesRetainedFragments()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DBootstrapTest.java15 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
165 assertThat(configuration.orientation).isEqualTo(ORIENTATION_PORTRAIT); in applyQualifiers_shouldAddDefaults()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java411 static final int ORIENTATION_PORTRAIT = 0x01; field in ResTable_config
418 map.put(ORIENTATION_PORTRAIT, "port"); in map.put() argument
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java904 …|| (newConfig.orientation != Configuration.ORIENTATION_PORTRAIT && getRequestedOrientation() == Ac… in onConfigurationChanged()