Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapTests.java174 .runWithAnimationVerifier(new ColorCountVerifier(Color.RED, 0)); in testChangeDuringRtAnimation()
254 .runWithAnimationVerifier(new BlueOrRedVerifier()); in testChangeDuringUiAnimation()
DLayerTests.java228 .runWithAnimationVerifier(new ColorCountVerifier( in testLayerClear()
DSurfaceViewTests.java197 .runWithAnimationVerifier(new ColorVerifier(Color.WHITE, 0 /* zero tolerance */));
/cts/tests/tests/uirendering27/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java255 public void runWithAnimationVerifier(BitmapVerifier bitmapVerifier) { in runWithAnimationVerifier() method in ActivityTestBase.TestCaseBuilder
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java284 public void runWithAnimationVerifier(BitmapVerifier bitmapVerifier) { in runWithAnimationVerifier() method in ActivityTestBase.TestCaseBuilder