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