Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDisplayUtil.java83 return toSwitchingType(displayManager.getMatchContentFrameRateUserPreference()); in getRefreshRateSwitchingType()
86 private static int toSwitchingType(int matchContentFrameRateUserPreference) { in toSwitchingType() method in DisplayUtil
/cts/tests/tests/view/src/android/view/cts/
DDisplayRefreshRateTest.java129 toSwitchingType(mDisplayManager.getMatchContentFrameRateUserPreference()); in setup()
194 private static int toSwitchingType(int matchContentFrameRateUserPreference) { in toSwitchingType() method in DisplayRefreshRateTest
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DChoreographerNativeTest.java242 initialMatchContentFrameRate = toSwitchingType( in testRefreshRateCallbacksIsSyncedWithDisplayManager()
278 private int toSwitchingType(int matchContentFrameRateUserPreference) { in toSwitchingType() method in ChoreographerNativeTest
/cts/tests/tests/gameframerate/src/
DGameFrameRateTest.java98 mInitialMatchContentFrameRate = toSwitchingType( in setUp()
118 private int toSwitchingType(int matchContentFrameRateUserPreference) { in toSwitchingType() method in GameFrameRateTest
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideTest.java96 mInitialMatchContentFrameRate = toSwitchingType( in setUp()
115 private int toSwitchingType(int matchContentFrameRateUserPreference) { in toSwitchingType() method in FrameRateOverrideTest