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

/frameworks/base/media/java/android/media/
H A DVolumeShaper.java66 * or {@link VolumeShaper.Operation#REVERSE} after
67 * {@code REVERSE} has no effect.
96 * {@link VolumeShaper.Operation#REVERSE}, then the new curve will
1065 public static final Operation REVERSE = field in class:VolumeShaper.Operation
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java216 * animation will start from the beginning on every new cycle. REVERSE means the animation
266 @IntDef({RESTART, REVERSE})
279 public static final int REVERSE = 2; field in class:ValueAnimator
728 if (iteration > 0 && mRepeatMode == REVERSE &&
899 * @param value {@link #RESTART} or {@link #REVERSE}
908 * @return either one of {@link #REVERSE} or {@link #RESTART}
1400 if (mRepeatCount % 2 == 1 && mRepeatMode == REVERSE) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java53 public static final int REVERSE = 2; field in class:Animation
116 * in REVERSE mode.
173 * {@link #RESTART} or {@link #REVERSE}.
539 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
724 * @return either one of {@link #REVERSE} or {@link #RESTART}
921 if (mRepeatMode == REVERSE) {

Completed in 90 milliseconds