Searched refs:hasCalledDraw (Results 1 – 4 of 4) sorted by relevance
86 assertFalse(mockDrawable.hasCalledDraw()); in testAccessIndeterminateDrawable()88 assertTrue(mockDrawable.hasCalledDraw()); in testAccessIndeterminateDrawable()104 assertFalse(mockDrawable.hasCalledDraw()); in testAccessProgressDrawable()106 assertTrue(mockDrawable.hasCalledDraw()); in testAccessProgressDrawable()416 public boolean hasCalledDraw() { in hasCalledDraw() method in ProgressBarTest.MockDrawable
176 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()180 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()455 public boolean hasCalledDraw() { in hasCalledDraw() method in DrawableWrapperTest.MockDrawable
165 assertFalse(mockDrawable.hasCalledDraw()); in testDraw()171 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()175 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()568 public boolean hasCalledDraw() { in hasCalledDraw() method in ScaleDrawableTest.MockDrawable
416 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()417 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()422 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()423 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()1504 public boolean hasCalledDraw() { in hasCalledDraw() method in LayerDrawableTest.MockDrawable