Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapTests.java143 .runWithAnimationVerifier(new ColorCountVerifier(Color.RED, 0)); in testChangeDuringRtAnimation()
213 .runWithAnimationVerifier(new BlueOrRedVerifier()); in testChangeDuringUiAnimation()
DSurfaceViewTests.java121 .runWithAnimationVerifier(new ColorVerifier(Color.WHITE, 0 /* zero tolerance */)); in testMovingWhiteSurfaceView()
DLayerTests.java177 .runWithAnimationVerifier(new ColorCountVerifier(Color.WHITE, 90 * 90 - 50 * 50)); in testLayerClear()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java227 public void runWithAnimationVerifier(BitmapVerifier bitmapVerifier) { in runWithAnimationVerifier() method in ActivityTestBase.TestCaseBuilder