Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayModeDirector.java143 private int mModeSwitchingType = DisplayManager.SWITCHING_TYPE_WITHIN_GROUPS; field in DisplayModeDirector
437 if (mModeSwitchingType == DisplayManager.SWITCHING_TYPE_NONE in getDesiredDisplayModeSpecs()
441 if (mModeSwitchingType == DisplayManager.SWITCHING_TYPE_NONE) { in getDesiredDisplayModeSpecs()
447 mModeSwitchingType == DisplayManager.SWITCHING_TYPE_ACROSS_AND_WITHIN_GROUPS; in getDesiredDisplayModeSpecs()
548 if (newType != mModeSwitchingType) { in setModeSwitchingType()
549 mModeSwitchingType = newType; in setModeSwitchingType()
561 return mModeSwitchingType; in getModeSwitchingType()
614 pw.println(" mModeSwitchingType: " + switchingTypeToString(mModeSwitchingType)); in dump()
1259 cr, Settings.Secure.MATCH_CONTENT_FRAME_RATE, mModeSwitchingType /*default*/, in updateModeSwitchingTypeSettingLocked()
1261 if (switchingType != mModeSwitchingType) { in updateModeSwitchingTypeSettingLocked()
[all …]