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.java646 assertFalse(mockDrawable1.hasCalledSetState()); in testSetState()
647 assertFalse(mockDrawable2.hasCalledSetState()); in testSetState()
657 assertTrue(mockDrawable1.hasCalledSetState()); in testSetState()
658 assertTrue(mockDrawable2.hasCalledSetState()); in testSetState()
669 assertTrue(mockDrawable1.hasCalledSetState()); in testSetState()
670 assertTrue(mockDrawable2.hasCalledSetState()); in testSetState()
1623 public boolean hasCalledSetState() { in hasCalledSetState() method in LayerDrawableTest.MockDrawable
DDrawableWrapperTest.java491 public boolean hasCalledSetState() { in hasCalledSetState() method in DrawableWrapperTest.MockDrawable
DScaleDrawableTest.java604 public boolean hasCalledSetState() { in hasCalledSetState() method in ScaleDrawableTest.MockDrawable