Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRefreshRatePolicy.java19 import static android.hardware.display.DisplayManager.SWITCHING_TYPE_NONE;
248 if (refreshRateSwitchingType == SWITCHING_TYPE_NONE) { in updateFrameRateVote()
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java511 SWITCHING_TYPE_NONE,
524 public static final int SWITCHING_TYPE_NONE = 0; field in DisplayManager
1541 case SWITCHING_TYPE_NONE: in toMatchContentFrameRateSetting()
/aosp14/frameworks/base/tests/ChoreographerTests/src/main/java/android/view/choreographertests/
H A DAttachedChoreographerNativeTest.java170 return DisplayManager.SWITCHING_TYPE_NONE; in toSwitchingType()
H A DAttachedChoreographerTest.java460 return DisplayManager.SWITCHING_TYPE_NONE; in toSwitchingType()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRefreshRatePolicyTest.java442 .thenReturn(DisplayManager.SWITCHING_TYPE_NONE); in testSwitchingTypeForExactVote()
469 .thenReturn(DisplayManager.SWITCHING_TYPE_NONE); in testSwitchingTypeForPreferredVote()
498 .thenReturn(DisplayManager.SWITCHING_TYPE_NONE); in testSwitchingTypeForDenylist()
H A DFrameRateSelectionPriorityTests.java265 .thenReturn(DisplayManager.SWITCHING_TYPE_NONE); in testSwitchingTypeNone()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerShellCommand.java404 return DisplayManager.SWITCHING_TYPE_NONE; in toRefreshRateSwitchingType()
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/
H A DDisplayModeDirector.java521 mModeSwitchingType == DisplayManager.SWITCHING_TYPE_NONE in getDesiredDisplayModeSpecs()
532 if (mModeSwitchingType == DisplayManager.SWITCHING_TYPE_NONE) { in getDesiredDisplayModeSpecs()
819 case DisplayManager.SWITCHING_TYPE_NONE: in switchingTypeToString()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java704 .isNotEqualTo(DisplayManager.SWITCHING_TYPE_NONE);
717 director.setModeSwitchingType(DisplayManager.SWITCHING_TYPE_NONE);
719 .isEqualTo(DisplayManager.SWITCHING_TYPE_NONE);
2054 director.setModeSwitchingType(DisplayManager.SWITCHING_TYPE_NONE); in testRenderFrameRateIsAchievableWhenSwitchingTypeNone()
/aosp14/frameworks/base/core/api/
H A Dtest-current.txt1561 field public static final int SWITCHING_TYPE_NONE = 0; // 0x0