Home
last modified time | relevance | path

Searched refs:hasDrawCalled (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DShapeDrawableTest.java272 assertFalse(mockShape.hasDrawCalled()); in testOnDraw()
274 assertTrue(mockShape.hasDrawCalled()); in testOnDraw()
286 public boolean hasDrawCalled() { in hasDrawCalled() method in ShapeDrawableTest.MockShape
DDrawableContainerTest.java64 assertTrue(dr.hasDrawCalled()); in testDraw()
68 assertTrue(dr.hasDrawCalled()); in testDraw()
924 public boolean hasDrawCalled() { in hasDrawCalled() method in DrawableContainerTest.MockDrawable
/cts/tests/tests/widget/src/android/widget/cts/
DImageViewTest.java425 assertTrue(drawable.hasDrawCalled()); in testOnDraw()
553 public boolean hasDrawCalled() { in hasDrawCalled() method in ImageViewTest.MockDrawable