Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/
DCategoryManager.java53 private final InterestingConfigChanges mInterestingConfigChanges; field in CategoryManager
73 mInterestingConfigChanges = new InterestingConfigChanges(); in CategoryManager()
74 mInterestingConfigChanges.applyNewConfig(context.getResources()); in CategoryManager()
92 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig( in reloadAllCategories()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DApplicationsState.java134 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState
188 mInterestingConfigChanges = interestingConfigChanges; in setInterestingConfigChanges()
292 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in RunningState
804 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources()); in resume()