Searched refs:hasCalledDraw (Results 1 – 5 of 5) 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()426 public boolean hasCalledDraw() { in hasCalledDraw() method in ProgressBarTest.MockDrawable
282 public boolean hasCalledDraw() { in hasCalledDraw() method in AbsSeekBarTest.MockDrawable
176 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()180 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()455 public boolean hasCalledDraw() { in hasCalledDraw() method in DrawableWrapperTest.MockDrawable
164 assertFalse(mockDrawable.hasCalledDraw()); in testDraw()170 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()174 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()545 public boolean hasCalledDraw() { in hasCalledDraw() method in ScaleDrawableTest.MockDrawable
412 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()413 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()418 assertTrue(mockDrawable1.hasCalledDraw()); in testDraw()419 assertTrue(mockDrawable2.hasCalledDraw()); in testDraw()1428 public boolean hasCalledDraw() { in hasCalledDraw() method in LayerDrawableTest.MockDrawable