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

/frameworks/base/core/java/android/animation/
H A DValueAnimator.java117 * repeatCount (if repeatCount!=INFINITE), the animation ends
227 * When the animation reaches the end and <code>repeatCount</code> is INFINITE
232 * When the animation reaches the end and <code>repeatCount</code> is INFINITE
240 public static final int INFINITE = -1; field in class:ValueAnimator
789 * greater than 0 or {@link #INFINITE}, the repeat mode will be taken
801 * @return the number of times the animation should repeat, or {@link #INFINITE}
810 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
1185 if (mCurrentIteration < mRepeatCount || mRepeatCount == INFINITE) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java37 public static final int INFINITE = -1; field in class:Animation
524 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
536 * greater than 0 or {@link #INFINITE}, the repeat mode will be taken
544 repeatCount = INFINITE;
710 * @return the number of times the animation should repeat, or {@link #INFINITE}
1143 * for animations with repeat count set to INFINITE.</p>

Completed in 49 milliseconds