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

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java34 public static final int INFINITE = -1; field in class:Animation
460 * 0 or {@link #INFINITE}. Defaults to {@link #RESTART}.
472 * greater than 0 or {@link #INFINITE}, the repeat mode will be taken
480 repeatCount = INFINITE;
623 * @return the number of times the animation should repeat, or {@link #INFINITE}
991 * for animations with repeat count set to INFINITE.</p>

Completed in 42 milliseconds