Searched refs:testExactFrameRateMatch (Results 1 – 2 of 2) sorted by relevance
92 activity.testExactFrameRateMatch(Surface.CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS); in testExactFrameRateMatch_Seamless()98 activity.testExactFrameRateMatch(Surface.CHANGE_FRAME_RATE_ALWAYS); in testExactFrameRateMatch_NonSeamless()
704 public void testExactFrameRateMatch(int changeFrameRateStrategy) throws InterruptedException {707 runTestsWithPreconditions(api -> testExactFrameRateMatch(api, changeFrameRateStrategy),715 private void testExactFrameRateMatch(Api api, int changeFrameRateStrategy) in testExactFrameRateMatch() method