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.java42 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager
67 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
68 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
93 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
96 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()
119 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java122 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState
259 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()