Searched refs:skipToEndValue (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java781 void skipToEndValue(boolean inReverse) { method in class:AnimatorSet
795 mEvents.get(i).mNode.mAnimation.skipToEndValue(true);
801 mEvents.get(i).mNode.mAnimation.skipToEndValue(false);
862 event.mNode.mAnimation.skipToEndValue(false);
895 skipToEndValue(!inReverse);
980 skipToEndValue(false);
1195 skipToEndValue(!mReversing);
1199 skipToEndValue(!mReversing);
1209 anim.skipToEndValue(true);
H A DAnimator.java499 void skipToEndValue(boolean inReverse) {} method in class:Animator
H A DValueAnimator.java1357 skipToEndValue(inReverse);
1374 void skipToEndValue(boolean inReverse) { method in class:ValueAnimator

Completed in 218 milliseconds