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

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java45 public static final int RESTART = 1; field in class:Animation
167 * {@link #RESTART} or {@link #REVERSE}.
170 int mRepeatMode = RESTART;
244 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
526 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
528 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
701 * @return either one of {@link #REVERSE} or {@link #RESTART}
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java48 private static final Event RESTART_EVENT = new Event(Event.RESTART, null);
97 public static final int RESTART = 9; field in class:GraphRunner.Event
153 case Event.RESTART:
H A DCameraStreamer.java752 public static final int RESTART = 5; field in class:CameraStreamer.Event
913 case Event.RESTART:
1895 mCameraRunner.pushEvent(Event.RESTART, true);
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java239 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
243 private int mRepeatMode = RESTART;
276 public static final int RESTART = 1; field in class:ValueAnimator
933 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
935 * @param value {@link #RESTART} or {@link #REVERSE}
944 * @return either one of {@link #REVERSE} or {@link #RESTART}
H A DAnimatorInflater.java466 ValueAnimator.RESTART));
/frameworks/av/services/audioflinger/
H A DEffects.h53 RESTART, enumerator in enum:EffectModule::effect_state
H A DEffects.cpp223 case RESTART:
603 mState = RESTART;
610 case RESTART:
635 case RESTART:
655 case RESTART:
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java417 animation.setRepeatMode(Animation.RESTART);
/frameworks/base/core/java/android/widget/
H A DProgressBar.java561 mBehavior = AlphaAnimation.RESTART;

Completed in 653 milliseconds