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

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java177 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
181 private int mRepeatMode = RESTART;
214 public static final int RESTART = 1; field in class:ValueAnimator
767 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
769 * @param value {@link #RESTART} or {@link #REVERSE}
778 * @return either one of {@link #REVERSE} or {@link #RESTART}
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java43 public static final int RESTART = 1; field in class:Animation
165 * {@link #RESTART} or {@link #REVERSE}.
168 int mRepeatMode = RESTART;
242 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
524 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
526 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
699 * @return either one of {@link #REVERSE} or {@link #RESTART}

Completed in 140 milliseconds