Searched refs:mockDrawable1 (Results 1 – 2 of 2) sorted by relevance
405 MockDrawable mockDrawable1 = new MockDrawable(); in testDraw() local407 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() local491 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 …]
259 MockDrawable mockDrawable1 = new MockDrawable(); in testInvalidateDrawable() local261 mockProgressBar.setBackgroundDrawable(mockDrawable1); in testInvalidateDrawable()263 mockProgressBar.invalidateDrawable(mockDrawable1); in testInvalidateDrawable()277 mockProgressBar.setIndeterminateDrawable(mockDrawable1); in testInvalidateDrawable()