public abstract static class VisibilityAnimationManager.AbsBuilder<T extends VisibilityAnimationManager>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
hideAnimatorResource |
protected int |
hideDelay |
protected float |
pivotX |
protected float |
pivotY |
protected int |
showAnimatorResource |
protected android.view.View |
view |
| Constructor and Description |
|---|
AbsBuilder(android.view.View view) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
build() |
VisibilityAnimationManager.AbsBuilder<T> |
withHideAnimator(int hideAnimatorResource) |
VisibilityAnimationManager.AbsBuilder<T> |
withHideDelay(int hideDelay) |
VisibilityAnimationManager.AbsBuilder<T> |
withPivotX(float pivotX) |
VisibilityAnimationManager.AbsBuilder<T> |
withPivotY(float pivotY) |
VisibilityAnimationManager.AbsBuilder<T> |
withShowAnimator(int showAnimatorResource) |
protected final android.view.View view
protected int showAnimatorResource
protected int hideAnimatorResource
protected int hideDelay
protected float pivotX
protected float pivotY
public VisibilityAnimationManager.AbsBuilder<T> withShowAnimator(@AnimatorRes int showAnimatorResource)
public VisibilityAnimationManager.AbsBuilder<T> withHideAnimator(@AnimatorRes int hideAnimatorResource)
public VisibilityAnimationManager.AbsBuilder<T> withHideDelay(int hideDelay)
public VisibilityAnimationManager.AbsBuilder<T> withPivotX(float pivotX)
public VisibilityAnimationManager.AbsBuilder<T> withPivotY(float pivotY)
public abstract T build()