Searched refs:mReversing (Results 1 – 2 of 2) sorted by relevance
165 private boolean mReversing = false; field in AnimatorSet443 if (mReversing) {473 if (mReversing) {724 mReversing = inReverse;920 if (mReversing && getTotalDuration() == DURATION_INFINITE) {935 if (mReversing) {943 mSeekState.setPlayTime(0, mReversing);945 animateBasedOnPlayTime(playTime, 0, mReversing);946 mSeekState.setPlayTime(playTime, mReversing);950 mSeekState.setPlayTime(playTime, mReversing);[all …]
150 private boolean mReversing; field in ValueAnimator691 final float currentIterationFraction = getCurrentIterationFraction(fraction, mReversing); in setCurrentFraction()1031 tmpListeners.get(i).onAnimationStart(this, mReversing); in notifyStartListeners()1054 mReversing = playBackwards; in start()1078 if (mStartDelay == 0 || mSeekFraction >= 0 || mReversing) { in start()1151 animateValue(shouldPlayBackward(mRepeatCount, mReversing) ? 0f : 1f); in end()1205 mReversing = !mReversing; in reverse()1207 mReversing = !mReversing; in reverse()1250 tmpListeners.get(i).onAnimationEnd(this, mReversing); in endAnimation()1254 mReversing = false; in endAnimation()[all …]