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

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java208 * animation will start from the beginning on every new cycle. REVERSE means the animation
241 @IntDef({RESTART, REVERSE})
254 public static final int REVERSE = 2; field in class:ValueAnimator
666 if (iteration > 0 && mRepeatMode == REVERSE &&
834 * @param value {@link #RESTART} or {@link #REVERSE}
843 * @return either one of {@link #REVERSE} or {@link #RESTART}
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java52 public static final int REVERSE = 2; field in class:Animation
115 * in REVERSE mode.
172 * {@link #RESTART} or {@link #REVERSE}.
533 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
706 * @return either one of {@link #REVERSE} or {@link #RESTART}
893 if (mRepeatMode == REVERSE) {

Completed in 391 milliseconds