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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
FragmentHostManager.java 51 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
64 mConfigChanges.applyNewConfig(context.getResources());
153 if (mConfigChanges.applyNewConfig(mContext.getResources())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 62 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges(
154 if (mConfigChanges.applyNewConfig(mContext.getResources())) {

Completed in 68 milliseconds