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

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java40 public static final int RESTART = 1; field in class:Animation
158 * {@link #RESTART} or {@link #REVERSE}.
161 int mRepeatMode = RESTART;
222 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
460 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
462 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
612 * @return either one of {@link #REVERSE} or {@link #RESTART}
/frameworks/base/services/audioflinger/
H A DAudioFlinger.h939 RESTART, enumerator in enum:android::AudioFlinger::EffectModule::effect_state

Completed in 1398 milliseconds