Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/filter/
DConfigFilter.cpp93 } else if ((diff & diff_mask) == android::ResTable_config::CONFIG_LOCALE) { in Match()
106 matched_axis |= 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.java29 this(ActivityInfo.CONFIG_LOCALE in InterestingConfigChanges()
/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.java630 CONFIG_LOCALE,
665 public static final int CONFIG_LOCALE = 0x0004; field in ActivityInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java63 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
/frameworks/base/core/java/android/content/res/
DConfiguration.java390 if ((diff & ActivityInfo.CONFIG_LOCALE) != 0) { in configurationDiffToString()
1130 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
1148 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()
1150 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
1346 changed |= ActivityInfo.CONFIG_LOCALE; in diff()
DResourcesImpl.java363 if ((configChanges & ActivityInfo.CONFIG_LOCALE) != 0) { in updateConfiguration()
/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp178 EXPECT_EQ(static_cast<uint32_t>(ResTable_config::CONFIG_LOCALE | ResTable_typeSpec::SPEC_PUBLIC), in TEST_F()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java52 ActivityInfo.CONFIG_FONT_SCALE | ActivityInfo.CONFIG_LOCALE
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java96 | ActivityInfo.CONFIG_LOCALE | ActivityInfo.CONFIG_UI_MODE in AssistManager()
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp345 if (diff & ConfigDescription::CONFIG_LOCALE) { in IsPseudolocalizable()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java169 if (densityChanged || (configChanges&(ActivityInfo.CONFIG_LOCALE in applyNewConfig()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1199 CONFIG_LOCALE = ACONFIGURATION_LOCALE, enumerator
/frameworks/base/core/java/android/provider/
DSettings.java2595 (changes & ActivityInfo.CONFIG_LOCALE) != 0; in hasInterestingConfigurationChanges()
/frameworks/base/core/java/android/app/
DActivityThread.java5138 boolean hasLocaleConfigChange = ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0); in freeTextLayoutCachesIfNeeded()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp2007 if (diff) diffs |= CONFIG_LOCALE; in diff()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java20338 if ((changes & ActivityInfo.CONFIG_LOCALE) != 0) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8287 field public static final int CONFIG_LOCALE = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt10045 field public static final int CONFIG_LOCALE = 4; // 0x4
Dsystem-current.txt10625 field public static final int CONFIG_LOCALE = 4; // 0x4