Home
last modified time | relevance | path

Searched refs:CONFIG_LOCALE (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/tools/aapt2/filter/
DConfigFilter.cpp55 } else if ((diff & diffMask) == android::ResTable_config::CONFIG_LOCALE) { in match()
62 matchedAxis |= android::ResTable_config::CONFIG_LOCALE; in match()
/frameworks/base/tools/aapt/
DResourceFilter.cpp114 } else if ((diff & entry.second) == ResTable_config::CONFIG_LOCALE) { in match()
130 matchedAxis |= ResTable_config::CONFIG_LOCALE; in match()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DInterestingConfigChanges.java30 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/
DMediaSizeUtils.java114 (newConfig.diff(mCurrentConfig) & ActivityInfo.CONFIG_LOCALE) != 0) { in onConfigurationChanged()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java511 CONFIG_LOCALE,
545 public static final int CONFIG_LOCALE = 0x0004; field in ActivityInfo
/frameworks/base/core/java/android/content/res/
DConfiguration.java313 if ((diff & ActivityInfo.CONFIG_LOCALE) != 0) { in configurationDiffToString()
971 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
989 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()
991 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
1134 changed |= ActivityInfo.CONFIG_LOCALE; in diff()
DResourcesImpl.java358 if ((configChanges & ActivityInfo.CONFIG_LOCALE) != 0) { in updateConfiguration()
/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp166 EXPECT_EQ(ResTable_config::CONFIG_LOCALE, frSpecFlags); in TEST()
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp222 if (diff & ConfigDescription::CONFIG_LOCALE) { in isPseudolocalizable()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java170 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()
/frameworks/base/include/androidfw/
DResourceTypes.h1182 CONFIG_LOCALE = ACONFIGURATION_LOCALE, enumerator
/frameworks/base/core/java/android/provider/
DSettings.java2325 (changes & ActivityInfo.CONFIG_LOCALE) != 0; in hasInterestingConfigurationChanges()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1994 if (diff) diffs |= CONFIG_LOCALE; in diff()
/frameworks/base/core/java/android/app/
DActivityThread.java4810 boolean hasLocaleConfigChange = ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0); in freeTextLayoutCachesIfNeeded()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java19119 if ((changes&ActivityInfo.CONFIG_LOCALE) != 0) { in updateConfigurationLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8287 field public static final int CONFIG_LOCALE = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt9268 field public static final int CONFIG_LOCALE = 4; // 0x4
Dsystem-current.txt9619 field public static final int CONFIG_LOCALE = 4; // 0x4
Dtest-current.txt9280 field public static final int CONFIG_LOCALE = 4; // 0x4