Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DValueAnimator.java679 private float getCurrentIterationFraction(float fraction, boolean inReverse) { in getCurrentIterationFraction() argument
683 return shouldPlayBackward(iteration, inReverse) ? 1f - currentFraction : currentFraction; in getCurrentIterationFraction()
707 private boolean shouldPlayBackward(int iteration, boolean inReverse) { in shouldPlayBackward() argument
712 if (inReverse) { in shouldPlayBackward()
718 return inReverse; in shouldPlayBackward()
1053 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing() argument
1055 if (inReverse) { in startWithoutPulsing()
1331 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) { in animateBasedOnPlayTime() argument
1357 skipToEndValue(inReverse); in animateBasedOnPlayTime()
1361 fraction = getCurrentIterationFraction(fraction, inReverse); in animateBasedOnPlayTime()
[all …]
DAnimatorSet.java688 void startWithoutPulsing(boolean inReverse) {
689 start(inReverse, false);
703 private void start(boolean inReverse, boolean selfPulse) {
720 if (inReverse && !canReverse()) {
724 mReversing = inReverse;
737 tmpListeners.get(i).onAnimationStart(this, inReverse);
781 void skipToEndValue(boolean inReverse) {
792 if (inReverse) {
818 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {
828 if (inReverse) {
[all …]
DAnimator.java483 void startWithoutPulsing(boolean inReverse) { in startWithoutPulsing() argument
484 if (inReverse) { in startWithoutPulsing()
499 void skipToEndValue(boolean inReverse) {} in skipToEndValue() argument
516 void animateBasedOnPlayTime(long currentPlayTime, long lastPlayTime, boolean inReverse) {} in animateBasedOnPlayTime() argument