Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DSetFrameRateTest.java92 activity.testExactFrameRateMatch(Surface.CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS); in testExactFrameRateMatch_Seamless()
98 activity.testExactFrameRateMatch(Surface.CHANGE_FRAME_RATE_ALWAYS); in testExactFrameRateMatch_NonSeamless()
DFrameRateCtsActivity.java704 public void testExactFrameRateMatch(int changeFrameRateStrategy) throws InterruptedException {
707 runTestsWithPreconditions(api -> testExactFrameRateMatch(api, changeFrameRateStrategy),
715 private void testExactFrameRateMatch(Api api, int changeFrameRateStrategy) in testExactFrameRateMatch() method