Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DCapturedActivity.java144 public TestResult runTest(ISurfaceValidatorTestCase animationTestCase) throws Throwable { in runTest() argument
153 animationTestCase.end(); in runTest()
163 final int numFramesRequired = animationTestCase.getNumFramesRequired(); in runTest()
183 animationTestCase.start(getApplicationContext(), mParentLayout); in runTest()
208 assertTrue("Failed to wait for animation to start", animationTestCase.waitForReady()); in runTest()
223 Rect boundsToCheck = animationTestCase.getBoundsToCheck(mParentLayout); in runTest()
233 boundsToCheck, animationTestCase.getChecker(), numFramesRequired); in runTest()