Home
last modified time | relevance | path

Searched refs:jumpToCurrentState (Results 1 – 5 of 5) 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.java993 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()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4019 background.jumpToCurrentState(); in testPadding()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt4184 method public void jumpToCurrentState();
17512 method public void jumpToCurrentState();