Searched refs:jumpToCurrentState (Results 1 – 4 of 4) sorted by relevance
419 wrapper.jumpToCurrentState(); in testJumpToCurrentStateInvoked()438 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableWrapperTest.MockDrawable
689 verify(mockDrawable1, never()).jumpToCurrentState(); in testJumpToCurrentState()690 verify(mockDrawable2, never()).jumpToCurrentState(); in testJumpToCurrentState()692 layerDrawable.jumpToCurrentState(); in testJumpToCurrentState()694 verify(mockDrawable1, times(1)).jumpToCurrentState(); in testJumpToCurrentState()695 verify(mockDrawable2, times(1)).jumpToCurrentState(); in testJumpToCurrentState()
978 verify(firstBackground, times(1)).jumpToCurrentState(); in testJumpDrawables()983 verify(firstBackground, times(1)).jumpToCurrentState(); in testJumpDrawables()1006 verify(lastChild.getBackground(), atLeast(1)).jumpToCurrentState(); in testJumpDrawables()1018 verify(firstChild.getBackground(), atLeast(1)).jumpToCurrentState(); in testJumpDrawables()
3889 background.jumpToCurrentState(); in testPadding()