Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DDrawableWrapperTest.java419 wrapper.jumpToCurrentState(); in testJumpToCurrentStateInvoked()
438 public void jumpToCurrentState() { in jumpToCurrentState() method in DrawableWrapperTest.MockDrawable
DLayerDrawableTest.java689 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()
/cts/tests/tests/widget/src/android/widget/cts/
DListViewTest.java978 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()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3889 background.jumpToCurrentState(); in testPadding()