Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java409 MockDrawable mockDrawable1 = new MockDrawable(); in testDraw() local
411 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testDraw()
416 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()
419 mockDrawable1.reset(); in testDraw()
422 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()
514 MockDrawable mockDrawable1 = new MockDrawable(); in testSetDither() local
516 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testSetDither()
520 assertTrue(mockDrawable1.hasCalledSetDither()); in testSetDither()
523 mockDrawable1.reset(); in testSetDither()
526 assertTrue(mockDrawable1.hasCalledSetDither()); in testSetDither()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java259 MockDrawable mockDrawable1 = new MockDrawable(); in testInvalidateDrawable() local
261 mockProgressBar.setBackgroundDrawable(mockDrawable1); in testInvalidateDrawable()
263 mockProgressBar.invalidateDrawable(mockDrawable1); in testInvalidateDrawable()
270 mockProgressBar.setIndeterminateDrawable(mockDrawable1); in testInvalidateDrawable()