Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java4713 int configDiff = 0; in handleConfigurationChanged() local
4743 configDiff = mConfiguration.updateFrom(config); in handleConfigurationChanged()
4747 if ((systemTheme.getChangingConfigurations() & configDiff) != 0) { in handleConfigurationChanged()
4754 freeTextLayoutCachesIfNeeded(configDiff); in handleConfigurationChanged()
4773 static void freeTextLayoutCachesIfNeeded(int configDiff) { in freeTextLayoutCachesIfNeeded() argument
4774 if (configDiff != 0) { in freeTextLayoutCachesIfNeeded()
4776 boolean hasLocaleConfigChange = ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0); in freeTextLayoutCachesIfNeeded()