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

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java240 * animation will start from the beginning on every new cycle. REVERSE means the animation
281 public static final int REVERSE = 2; field in class:ValueAnimator
619 if (mRepeatMode == REVERSE) {
935 * @param value {@link #RESTART} or {@link #REVERSE}
944 * @return either one of {@link #REVERSE} or {@link #RESTART}
1085 if (mCurrentIteration > 0 && mRepeatMode == REVERSE &&
1368 if (mRepeatMode == REVERSE) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java51 public static final int REVERSE = 2; field in class:Animation
110 * in REVERSE mode.
167 * {@link #RESTART} or {@link #REVERSE}.
528 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
701 * @return either one of {@link #REVERSE} or {@link #RESTART}
888 if (mRepeatMode == REVERSE) {

Completed in 42 milliseconds