@Implements(value=android.animation.ValueAnimator.class) public class ShadowValueAnimator extends Object
Constructor and Description |
---|
ShadowValueAnimator() |
Modifier and Type | Method and Description |
---|---|
int |
getActualRepeatCount()
Returns the value that was set as the repeat count.
|
static void |
reset() |
protected void |
setRepeatCount(int count) |
@Resetter public static void reset()
@Implementation protected void setRepeatCount(int count)
public int getActualRepeatCount()
Returns the value that was set as the repeat count. This is otherwise the same as getRepeatCount(), except when the count was set to infinite.