Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java130 private final InterestingConfigChanges mInterestingConfigChanges; field in AssistManager
167 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
209 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION in AssistManager()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java132 private InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges(); field in ApplicationsState
183 mInterestingConfigChanges = interestingConfigChanges; in setInterestingConfigChanges()
286 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) { in doResumeIfNeededLocked()