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.java410 MockDrawable mockDrawable2 = new MockDrawable(); in testDraw() local
411 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testDraw()
417 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()
420 mockDrawable2.reset(); in testDraw()
423 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()
515 MockDrawable mockDrawable2 = new MockDrawable(); in testSetDither() local
516 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testSetDither()
521 assertTrue(mockDrawable2.hasCalledSetDither()); in testSetDither()
524 mockDrawable2.reset(); in testSetDither()
527 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()
271 mockProgressBar.setProgressDrawable(mockDrawable2); in testInvalidateDrawable()