public class BubbleAnimator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected android.animation.ObjectAnimator |
animator |
protected android.view.View |
bubble |
protected long |
durationInMillis |
| Constructor and Description |
|---|
BubbleAnimator(android.view.View bubble,
long durationInMillis) |
| Modifier and Type | Method and Description |
|---|---|
protected android.animation.ObjectAnimator |
createHideAnimator(android.view.View bubble) |
protected android.animation.ObjectAnimator |
createShowAnimator(android.view.View bubble) |
void |
hideBubble() |
protected void |
onHideAnimationStop(android.view.View bubble) |
protected void |
onShowAnimationStop(android.view.View bubble) |
void |
showBubble() |
protected android.animation.ObjectAnimator animator
protected android.view.View bubble
protected long durationInMillis
public BubbleAnimator(android.view.View bubble,
long durationInMillis)
public void showBubble()
public void hideBubble()
protected android.animation.ObjectAnimator createShowAnimator(android.view.View bubble)
protected android.animation.ObjectAnimator createHideAnimator(android.view.View bubble)
protected void onShowAnimationStop(android.view.View bubble)
protected void onHideAnimationStop(android.view.View bubble)