Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/
H A DCategoryManager.java49 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager
69 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
70 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
85 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java134 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState
185 mInterestingConfigChanges = interestingConfigChanges; in setInterestingConfigChanges()
287 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState
804 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()