public interface ToolTipAnimator
| Modifier and Type | Method and Description |
|---|---|
android.animation.ObjectAnimator |
popout(android.view.View view,
long duration,
android.animation.AnimatorListenerAdapter animatorListenerAdapter)
Object animator for the tooltip view to pop-out/hide.
|
android.animation.ObjectAnimator |
popup(android.view.View view,
long duration)
Object animator for the tooltip view to pop-up.
|
android.animation.ObjectAnimator popup(android.view.View view,
long duration)
view - The tooltip view.duration - Duration for the animator.android.animation.ObjectAnimator popout(android.view.View view,
long duration,
android.animation.AnimatorListenerAdapter animatorListenerAdapter)
view - The tooltip view.duration - Duration for the animator.animatorListenerAdapter - The animator listener adapter to listen for animation event.