public abstract class PopupAnimator
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
PopupAnimation |
popupAnimation |
android.view.View |
targetView |
| 构造器和说明 |
|---|
PopupAnimator() |
PopupAnimator(android.view.View target) |
PopupAnimator(android.view.View target,
PopupAnimation popupAnimation) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
animateDismiss() |
abstract void |
animateShow() |
int |
getDuration() |
abstract void |
initAnimator() |
public android.view.View targetView
public PopupAnimation popupAnimation
public PopupAnimator()
public PopupAnimator(android.view.View target)
public PopupAnimator(android.view.View target,
PopupAnimation popupAnimation)