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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DCategoryManager.java42 private final InterestingConfigChanges mInterestingConfigChanges; field in class:CategoryManager
67 mInterestingConfigChanges = new InterestingConfigChanges();
68 mInterestingConfigChanges.applyNewConfig(context.getResources());
93 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig(
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java59 private final InterestingConfigChanges mInterestingConfigChanges; field in class:AssistManager
96 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION
119 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java122 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in class:ApplicationsState
259 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {

Completed in 30 milliseconds