Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java681 assertFalse(mockDrawable1.hasCalledJumpToCurrentState()); in testJumpToCurrentState()
682 assertFalse(mockDrawable2.hasCalledJumpToCurrentState()); in testJumpToCurrentState()
686 assertTrue(mockDrawable1.hasCalledJumpToCurrentState()); in testJumpToCurrentState()
687 assertTrue(mockDrawable2.hasCalledJumpToCurrentState()); in testJumpToCurrentState()
1580 public boolean hasCalledJumpToCurrentState() { in hasCalledJumpToCurrentState() method in LayerDrawableTest.MockDrawable