Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DDisplayManager.java1139 private int toMatchContentFrameRateSetting(@SwitchingType int switchingType) { in toMatchContentFrameRateSetting() argument
1140 switch (switchingType) { in toMatchContentFrameRateSetting()
1148 Slog.e(TAG, switchingType + " is not a valid value of switching type."); in toMatchContentFrameRateSetting()
/frameworks/base/services/core/java/com/android/server/display/
DDisplayModeDirector.java1221 int switchingType = Settings.Secure.getIntForUser( in updateModeSwitchingTypeSettingLocked() local
1224 if (switchingType != mModeSwitchingType) { in updateModeSwitchingTypeSettingLocked()
1225 mModeSwitchingType = switchingType; in updateModeSwitchingTypeSettingLocked()