Searched refs:skipToEnd (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
H A DSpringAnimation.java172 public void skipToEnd() { method in class:SpringAnimation
/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/
H A DSpringTests.java539 anim.skipToEnd();
547 // Also make sure the skipToEnd() call doesn't affect next animation run.
715 * Test skipToEnd() on a test thread.
721 anim.skipToEnd();
763 * Try skipToEnd() on an undamped spring, and expect exception.
774 anim.skipToEnd();
775 fail("No exception is thrown when calling skipToEnd() on an undamped spring");

Completed in 155 milliseconds