Home
last modified time | relevance | path

Searched refs:inReverse (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/animation/
DValueAnimator.java796 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction() argument
800 return shouldPlayBackward(iteration, inReverse) ? 1f - currentFraction : currentFraction; in getCurrentIterationFraction()
824 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward() argument
829 if (inReverse) { in shouldPlayBackward()
835 return inReverse; in shouldPlayBackward()
1161 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing() argument
1163 if (inReverse) { in startWithoutPulsing()
1466 boolean inReverse = currentPlayTime < lastPlayTime; in animateSkipToEnds()
1475 notifyStartListeners(inReverse); in animateSkipToEnds()
1476 skipToEndValue(inReverse); in animateSkipToEnds()
[all …]
DAnimatorSet.java700 void startWithoutPulsing(boolean inReverse) {
701 start(inReverse, false);
715 private void start(boolean inReverse, boolean selfPulse) {
719 if (inReverse == mReversing && selfPulse == mSelfPulse && mStarted) {
736 if (inReverse && !canReverse()) {
740 mReversing = inReverse;
748 notifyStartListeners(inReverse);
790 void skipToEndValue(boolean inReverse) {
798 if (inReverse) {
828 boolean inReverse
[all …]
DAnimator.java537 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing() argument
538 if (inReverse) { in startWithoutPulsing()
553 void skipToEndValue(boolean inReverse) {} in skipToEndValue() argument