Searched refs:RESTART (Results 1 - 7 of 7) sorted by relevance

/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}
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackView.java196 tileAnimator.setRepeatMode(ValueAnimator.RESTART);
/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}
H A DAnimatorInflater.java298 ValueAnimator.RESTART));
/frameworks/base/core/java/android/widget/
H A DProgressBar.java411 mBehavior = AlphaAnimation.RESTART;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1621 RESTART,
H A DAudioFlinger.cpp8313 case RESTART:
8644 mState = RESTART;
8651 case RESTART:
8676 case RESTART:
8692 case RESTART:

Completed in 197 milliseconds