Searched defs:mReversing (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java165 private boolean mReversing = false; field in class:AnimatorSet
443 if (mReversing) {
473 if (mReversing) {
724 mReversing = inReverse;
912 if (mReversing && getTotalDuration() == DURATION_INFINITE) {
927 if (mReversing) {
928 throw new UnsupportedOperationException("Error: Something went wrong. mReversing"
935 skipToStartValue(mReversing);
936 mSeekState.setPlayTime(0, mReversing);
938 animateBasedOnPlayTime(playTime, 0, mReversing);
[all...]
H A DValueAnimator.java140 private boolean mReversing; field in class:ValueAnimator
653 final float currentIterationFraction = getCurrentIterationFraction(fraction, mReversing);
990 tmpListeners.get(i).onAnimationStart(this, mReversing);
1013 mReversing = playBackwards;
1037 if (mStartDelay == 0 || mSeekFraction >= 0 || mReversing) {
1110 animateValue(shouldPlayBackward(mRepeatCount, mReversing) ? 0f : 1f);
1164 mReversing = !mReversing;
1166 mReversing = !mReversing;
[all...]

Completed in 44 milliseconds