public abstract class AbstractAnimationAssert<S extends AbstractAnimationAssert<S,A>,A extends android.view.animation.Animation>
extends <any>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAnimationAssert(A actual,
java.lang.Class<S> selfType) |
| Modifier and Type | Method and Description |
|---|---|
S |
hasBackgroundColor(int color) |
S |
hasDuration(long duration) |
S |
hasInterpolator(android.view.animation.Interpolator interpolator) |
S |
hasRepeatCount(int count) |
S |
hasRepeatMode(int mode) |
S |
hasStartOffset(long offset) |
S |
hasStartTime(long time) |
S |
hasZAdjustment(int adjustment) |
S |
isChangingBounds() |
S |
isChangingTransformationMatrix() |
S |
isEnded() |
S |
isFillDisabled() |
S |
isFillEnabled() |
S |
isFillingAfter() |
S |
isFillingBefore() |
S |
isInitialized() |
S |
isNotChangingBounds() |
S |
isNotChangingTransformationMatrix() |
S |
isNotEnded() |
S |
isNotFillingAfter() |
S |
isNotFillingBefore() |
S |
isNotInitialized() |
S |
isNotStarted() |
S |
isStarted() |
static java.lang.String |
repeatCountToString(int count) |
static java.lang.String |
repeatModeToString(int mode) |
public S hasBackgroundColor(int color)
public S hasDuration(long duration)
public S isFillingAfter()
public S isNotFillingAfter()
public S isFillingBefore()
public S isNotFillingBefore()
public S hasInterpolator(android.view.animation.Interpolator interpolator)
public S hasRepeatCount(int count)
public S hasRepeatMode(int mode)
public S hasStartOffset(long offset)
public S hasStartTime(long time)
public S hasZAdjustment(int adjustment)
public S isEnded()
public S isNotEnded()
public S isStarted()
public S isNotStarted()
public S isFillEnabled()
public S isFillDisabled()
public S isInitialized()
public S isNotInitialized()
public S isChangingBounds()
public S isNotChangingBounds()
public S isChangingTransformationMatrix()
public S isNotChangingTransformationMatrix()
public static java.lang.String repeatCountToString(int count)
public static java.lang.String repeatModeToString(int mode)