HomeSort by relevance Sort by last modified time
    Searched refs:mInterestingConfigChanges (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
CategoryManager.java 42 private final InterestingConfigChanges mInterestingConfigChanges;
67 mInterestingConfigChanges = new InterestingConfigChanges();
68 mInterestingConfigChanges.applyNewConfig(context.getResources());
93 final boolean forceClearCache = mInterestingConfigChanges.applyNewConfig(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistManager.java 59 private final InterestingConfigChanges mInterestingConfigChanges;
96 mInterestingConfigChanges = new InterestingConfigChanges(ActivityInfo.CONFIG_ORIENTATION
119 if (!mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 122 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
259 if (mInterestingConfigChanges.applyNewConfig(mContext.getResources())) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 87 final InterestingConfigChanges mInterestingConfigChanges = new InterestingConfigChanges();
798 mInterestingConfigChanges.applyNewConfig(mApplicationContext.getResources());
    [all...]

Completed in 362 milliseconds