Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java152 private int mModeSwitchingType = DisplayManager.SWITCHING_TYPE_WITHIN_GROUPS; field in DisplayModeDirector
521 mModeSwitchingType == DisplayManager.SWITCHING_TYPE_NONE in getDesiredDisplayModeSpecs()
522 || mModeSwitchingType in getDesiredDisplayModeSpecs()
532 if (mModeSwitchingType == DisplayManager.SWITCHING_TYPE_NONE) { in getDesiredDisplayModeSpecs()
539 mModeSwitchingType == DisplayManager.SWITCHING_TYPE_ACROSS_AND_WITHIN_GROUPS; in getDesiredDisplayModeSpecs()
727 if (newType != mModeSwitchingType) { in setModeSwitchingType()
728 mModeSwitchingType = newType; in setModeSwitchingType()
740 return mModeSwitchingType; in getModeSwitchingType()
779 pw.println(" mModeSwitchingType: " + switchingTypeToString(mModeSwitchingType)); in dump()
1264 if (switchingType != mModeSwitchingType) { in updateModeSwitchingTypeSettingLocked()
[all …]