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.java405 MockDrawable mockDrawable1 = new MockDrawable(); in testDraw() local
407 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testDraw()
412 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()
415 mockDrawable1.reset(); in testDraw()
418 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()
489 MockDrawable mockDrawable1 = new MockDrawable(); in testSetDither() local
491 Drawable[] array = new Drawable[] { mockDrawable1, mockDrawable2 }; in testSetDither()
495 assertTrue(mockDrawable1.hasCalledSetDither()); in testSetDither()
498 mockDrawable1.reset(); in testSetDither()
501 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()
277 mockProgressBar.setIndeterminateDrawable(mockDrawable1); in testInvalidateDrawable()