Searched refs:configDiff (Results 1 – 1 of 1) sorted by relevance
4713 int configDiff = 0; in handleConfigurationChanged() local4743 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() argument4774 if (configDiff != 0) { in freeTextLayoutCachesIfNeeded()4776 boolean hasLocaleConfigChange = ((configDiff & ActivityInfo.CONFIG_LOCALE) != 0); in freeTextLayoutCachesIfNeeded()