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

/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrorDialog.java54 static final int RESTART = 3; field in class:AppErrorDialog
181 mHandler.obtainMessage(RESTART).sendToTarget();
/frameworks/av/services/audioflinger/
H A DEffects.h55 RESTART, enumerator in enum:EffectModule::effect_state
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java215 * The type of repetition that will occur when repeatMode is nonzero. RESTART means the
219 private int mRepeatMode = RESTART;
261 @IntDef({RESTART, REVERSE})
269 public static final int RESTART = 1; field in class:ValueAnimator
874 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
876 * @param value {@link #RESTART} or {@link #REVERSE}
885 * @return either one of {@link #REVERSE} or {@link #RESTART}
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java47 public static final int RESTART = 1; field in class:Animation
173 * {@link #RESTART} or {@link #REVERSE}.
176 int mRepeatMode = RESTART;
250 setRepeatMode(a.getInt(com.android.internal.R.styleable.Animation_repeatMode, RESTART));
532 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
534 * @param repeatMode {@link #RESTART} or {@link #REVERSE}
707 * @return either one of {@link #REVERSE} or {@link #RESTART}
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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);
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:

Completed in 196 milliseconds