Home
last modified time | relevance | path

Searched refs:hasCalledDraw (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java86 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
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableWrapperTest.java176 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()
180 assertTrue(mockDrawable.hasCalledDraw()); in testDraw()
455 public boolean hasCalledDraw() { in hasCalledDraw() method in DrawableWrapperTest.MockDrawable
DScaleDrawableTest.java165 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
DLayerDrawableTest.java416 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