Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java614 assertFalse(mockDrawable1.hasCalledSetState()); in testSetState()
615 assertFalse(mockDrawable2.hasCalledSetState()); in testSetState()
625 assertTrue(mockDrawable1.hasCalledSetState()); in testSetState()
626 assertTrue(mockDrawable2.hasCalledSetState()); in testSetState()
637 assertTrue(mockDrawable1.hasCalledSetState()); in testSetState()
638 assertTrue(mockDrawable2.hasCalledSetState()); in testSetState()
1520 public boolean hasCalledSetState() { in hasCalledSetState() method in LayerDrawableTest.MockDrawable
DDrawableWrapperTest.java491 public boolean hasCalledSetState() { in hasCalledSetState() method in DrawableWrapperTest.MockDrawable
DScaleDrawableTest.java581 public boolean hasCalledSetState() { in hasCalledSetState() method in ScaleDrawableTest.MockDrawable