Searched refs:ORIENTATION_PORTRAIT (Results 1 – 9 of 9) sorted by relevance
121 Configuration.ORIENTATION_PORTRAIT); in setQualifiers_updatesSystemAndAppResources()123 Configuration.ORIENTATION_PORTRAIT); in setQualifiers_updatesSystemAndAppResources()
63 displayInfo.rotation = configuration.orientation == Configuration.ORIENTATION_PORTRAIT in createDisplayInfo()105 ? Configuration.ORIENTATION_PORTRAIT in createDisplayInfo()
413 rotation = configuration.orientation == Configuration.ORIENTATION_PORTRAIT in configureForJBOnly()
273 : Configuration.ORIENTATION_PORTRAIT; in applyRules()316 : Configuration.ORIENTATION_PORTRAIT; in applyRules()317 } else if (configuration.orientation == Configuration.ORIENTATION_PORTRAIT in applyRules()
182 case Configuration.ORIENTATION_PORTRAIT: in resourceQualifierString()
276 .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()
15 import static android.content.res.Configuration.ORIENTATION_PORTRAIT;165 assertThat(configuration.orientation).isEqualTo(ORIENTATION_PORTRAIT); in applyQualifiers_shouldAddDefaults()
411 static final int ORIENTATION_PORTRAIT = 0x01; field in ResTable_config418 map.put(ORIENTATION_PORTRAIT, "port"); in map.put() argument
904 …|| (newConfig.orientation != Configuration.ORIENTATION_PORTRAIT && getRequestedOrientation() == Ac… in onConfigurationChanged()