Package org.robolectric.shadows
Class ShadowValueAnimator
java.lang.Object
org.robolectric.shadows.ShadowValueAnimator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value that was set as the repeat count.static void
reset()
protected static void
setDurationScale
(float duration) Sets the duration scale for value animator.protected void
setRepeatCount
(int count)
-
Constructor Details
-
ShadowValueAnimator
public ShadowValueAnimator()
-
-
Method Details
-
reset
-
setRepeatCount
-
getActualRepeatCount
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.- Returns:
- Repeat count.
-
setDurationScale
Sets the duration scale for value animator. To set this value useUiAutomation.setAnimationScale(float)
orShadowUiAutomation.setAnimationScaleCompat(float)
.
-