Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java406 MockDrawable mockDrawable2 = new MockDrawable(); in testDraw() local
407 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testDraw()
413 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()
416 mockDrawable2.reset(); in testDraw()
419 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()
490 MockDrawable mockDrawable2 = new MockDrawable(); in testSetDither() local
491 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testSetDither()
496 assertTrue(mockDrawable2.hasCalledSetDither()); in testSetDither()
499 mockDrawable2.reset(); in testSetDither()
502 assertTrue(mockDrawable2.hasCalledSetDither()); in testSetDither()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java260 MockDrawable mockDrawable2 = new MockDrawable(); in testInvalidateDrawable() local
267 mockProgressBar.invalidateDrawable(mockDrawable2); in testInvalidateDrawable()
278 mockProgressBar.setProgressDrawable(mockDrawable2); in testInvalidateDrawable()