Searched refs:RESTART (Results 1 - 9 of 9) 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/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.java193 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
197 private int mRepeatMode = RESTART;
230 public static final int RESTART = 1; field in class:ValueAnimator
788 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
790 * @param value {@link #RESTART} or {@link #REVERSE}
799 * @return either one of {@link #REVERSE} or {@link #RESTART}
H A DAnimatorInflater.java298 ValueAnimator.RESTART));
/frameworks/av/services/audioflinger/
H A DEffects.h53 RESTART, enumerator in enum:EffectModule::effect_state
H A DEffects.cpp209 case RESTART:
571 mState = RESTART;
578 case RESTART:
603 case RESTART:
623 case RESTART:
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java248 mBehavior = AlphaAnimation.RESTART;
/frameworks/base/core/java/android/widget/
H A DProgressBar.java418 mBehavior = AlphaAnimation.RESTART;

Completed in 322 milliseconds