Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
DCategoryManager.java44 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager
69 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
70 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
95 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java59 private final InterestingConfigChanges mInterestingConfigChanges; field in AssistManager
95 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()
117 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java115 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState
216 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()