Searched refs:jumpToCurrentState (Results 1 – 5 of 5) 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()
993 verify(firstBackground, times(1)).jumpToCurrentState(); in testJumpDrawables()998 verify(firstBackground, times(1)).jumpToCurrentState(); in testJumpDrawables()1021 verify(lastChild.getBackground(), atLeast(1)).jumpToCurrentState(); in testJumpDrawables()1033 verify(firstChild.getBackground(), atLeast(1)).jumpToCurrentState(); in testJumpDrawables()
4019 background.jumpToCurrentState(); in testPadding()
4184 method public void jumpToCurrentState();17512 method public void jumpToCurrentState();