Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java517 public @interface SwitchingType {} annotation in DisplayManager
1516 public void setRefreshRateSwitchingType(@SwitchingType int newValue) { in setRefreshRateSwitchingType()
1539 private int toMatchContentFrameRateSetting(@SwitchingType int switchingType) { in toMatchContentFrameRateSetting()
H A DDisplayManagerInternal.java333 @DisplayManager.SwitchingType
H A DDisplayManagerGlobal.java1077 public void setRefreshRateSwitchingType(@DisplayManager.SwitchingType int newValue) { in setRefreshRateSwitchingType()
1090 @DisplayManager.SwitchingType
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRefreshRatePolicy.java242 @DisplayManager.SwitchingType int refreshRateSwitchingType = in updateFrameRateVote()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerShellCommand.java399 @DisplayManager.SwitchingType
H A DDisplayManagerService.java2333 void setRefreshRateSwitchingTypeInternal(@DisplayManager.SwitchingType int newValue) { in setRefreshRateSwitchingTypeInternal()
2337 @DisplayManager.SwitchingType
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java151 @DisplayManager.SwitchingType
725 public void setModeSwitchingType(@DisplayManager.SwitchingType int newType) { in setModeSwitchingType()
737 @DisplayManager.SwitchingType
817 private static String switchingTypeToString(@DisplayManager.SwitchingType int type) { in switchingTypeToString()