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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DApplicationsState.java172 private final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in class:ApplicationsState
422 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java278 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in class:ApplicationsState
638 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
H A DRunningState.java83 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in class:RunningState
754 if (mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources())) {

Completed in 60 milliseconds