Home
last modified time | relevance | path

Searched refs:CONFIG_LOCALE (Results 1 – 10 of 10) 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/core/java/android/content/pm/
DActivityInfo.java461 public static final int CONFIG_LOCALE = 0x0004; field in ActivityInfo
/frameworks/base/core/java/android/content/res/
DConfiguration.java840 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
855 … if (delta.userSetLocale && (!userSetLocale || ((changed & ActivityInfo.CONFIG_LOCALE) != 0))) in updateFrom()
857 changed |= ActivityInfo.CONFIG_LOCALE; in updateFrom()
999 changed |= ActivityInfo.CONFIG_LOCALE; in diff()
/frameworks/base/libs/androidfw/tests/
DSplit_test.cpp166 EXPECT_EQ(ResTable_config::CONFIG_LOCALE, frSpecFlags); in TEST()
/frameworks/base/include/androidfw/
DResourceTypes.h1149 CONFIG_LOCALE = ACONFIGURATION_LOCALE, enumerator
/frameworks/base/core/java/android/app/
DActivityThread.java4125 boolean hasLocaleConfigChange = ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0); in freeTextLayoutCachesIfNeeded()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1911 if (diff) diffs |= CONFIG_LOCALE; in diff()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java16741 if ((changes&ActivityInfo.CONFIG_LOCALE) != 0) { in updateConfigurationLocked()
/frameworks/base/api/
Dsystem-current.txt8535 field public static final int CONFIG_LOCALE = 4; // 0x4
Dcurrent.txt8289 field public static final int CONFIG_LOCALE = 4; // 0x4