public class VisibilityAnimationManager
extends java.lang.Object
FastScroller (handle and bubble).
The decision when to show/hide the element should be implemented via ViewBehavior.| Modifier and Type | Class and Description |
|---|---|
static class |
VisibilityAnimationManager.AbsBuilder<T extends VisibilityAnimationManager> |
static class |
VisibilityAnimationManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected android.animation.AnimatorSet |
hideAnimator |
protected android.animation.AnimatorSet |
showAnimator |
protected android.view.View |
view |
| Modifier | Constructor and Description |
|---|---|
protected |
VisibilityAnimationManager(android.view.View view,
int showAnimator,
int hideAnimator,
float pivotXRelative,
float pivotYRelative,
int hideDelay) |
| Modifier and Type | Method and Description |
|---|---|
void |
hide() |
void |
show() |
protected void |
updatePivot() |
protected final android.view.View view
protected android.animation.AnimatorSet hideAnimator
protected android.animation.AnimatorSet showAnimator