Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceFilter.cpp74 } else if ((diff & entry.second) == ResTable_config::CONFIG_LOCALE) { in match()
81 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/core/java/android/content/res/
DConfiguration.java869 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
884 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()
886 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
1028 changed |= ActivityInfo.CONFIG_LOCALE; in diff()
/frameworks/base/core/java/android/content/pm/
DActivityInfo.java462 public static final int CONFIG_LOCALE = 0x0004; field in ActivityInfo
/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp166 EXPECT_EQ(ResTable_config::CONFIG_LOCALE, frSpecFlags); in TEST()
/frameworks/base/include/androidfw/
DResourceTypes.h1168 CONFIG_LOCALE = ACONFIGURATION_LOCALE, enumerator
/frameworks/base/core/java/android/app/
DActivityThread.java4255 boolean hasLocaleConfigChange = ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0); in freeTextLayoutCachesIfNeeded()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1989 if (diff) diffs |= CONFIG_LOCALE; in diff()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17377 if ((changes&ActivityInfo.CONFIG_LOCALE) != 0) { in updateConfigurationLocked()
/frameworks/base/api/
Dcurrent.txt8808 field public static final int CONFIG_LOCALE = 4; // 0x4
Dsystem-current.txt9065 field public static final int CONFIG_LOCALE = 4; // 0x4