Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DSetFrameRateTest.java104 activity.testFixedSource(Surface.CHANGE_FRAME_RATE_ONLY_IF_SEAMLESS); in testFixedSource_Seamless()
110 activity.testFixedSource(Surface.CHANGE_FRAME_RATE_ALWAYS); in testFixedSource_NonSeamless()
DFrameRateCtsActivity.java781 private void testFixedSource(Api api, int changeFrameRateStrategy) throws InterruptedException { in testFixedSource() method
845 public void testFixedSource(int changeFrameRateStrategy) throws InterruptedException { in testFixedSource() method
848 runTestsWithPreconditions(api -> testFixedSource(api, changeFrameRateStrategy), in testFixedSource()