public abstract class AbstractLayoutAnimationControllerAssert<S extends AbstractLayoutAnimationControllerAssert<S,A>,A extends android.view.animation.LayoutAnimationController>
extends <any>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLayoutAnimationControllerAssert(A actual,
java.lang.Class<S> selfType) |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAnimation(android.view.animation.Animation animation) |
S |
hasDelay(float delay) |
S |
hasInterpolator(android.view.animation.Interpolator interpolator) |
S |
hasOrder(int order) |
S |
isDone() |
S |
isNotDone() |
S |
isNotOverlapping() |
S |
isOverlapping() |
public S hasAnimation(android.view.animation.Animation animation)
public S hasDelay(float delay)
public S hasInterpolator(android.view.animation.Interpolator interpolator)
public S hasOrder(int order)
public S isDone()
public S isNotDone()
public S isOverlapping()
public S isNotOverlapping()