Home
last modified time | relevance | path

Searched refs:hasCalledDraw (Results 1 – 5 of 5) 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()
426 public boolean hasCalledDraw() { in hasCalledDraw() method in ProgressBarTest.MockDrawable
DAbsSeekBarTest.java282 public boolean hasCalledDraw() { in hasCalledDraw() method in AbsSeekBarTest.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.java164 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
DLayerDrawableTest.java412 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