Searched refs:hasCalledJumpToCurrentState (Results 1 – 1 of 1) sorted by relevance
681 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