public class AnimatorPopup
extends android.widget.PopupWindow
| 构造器和说明 |
|---|
AnimatorPopup(android.view.View contentView,
int width,
int height,
boolean focusable) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
dismiss() |
void |
showAsDropDown(android.view.View anchor) |
void |
showAsDropDown(android.view.View anchor,
int xoff,
int yoff) |
getAnimationStyle, getBackground, getContentView, getElevation, getHeight, getInputMethodMode, getMaxAvailableHeight, getMaxAvailableHeight, getOverlapAnchor, getSoftInputMode, getWidth, getWindowLayoutType, isAboveAnchor, isAttachedInDecor, isClippingEnabled, isFocusable, isOutsideTouchable, isShowing, isSplitTouchEnabled, isTouchable, setAnimationStyle, setAttachedInDecor, setBackgroundDrawable, setClippingEnabled, setContentView, setElevation, setEnterTransition, setExitTransition, setFocusable, setHeight, setIgnoreCheekPress, setInputMethodMode, setOnDismissListener, setOutsideTouchable, setOverlapAnchor, setSoftInputMode, setSplitTouchEnabled, setTouchable, setTouchInterceptor, setWidth, setWindowLayoutMode, setWindowLayoutType, showAsDropDown, showAtLocation, update, update, update, update, update, updatepublic AnimatorPopup(android.view.View contentView,
int width,
int height,
boolean focusable)
public void dismiss()
dismiss 在类中 android.widget.PopupWindowpublic void showAsDropDown(android.view.View anchor)
showAsDropDown 在类中 android.widget.PopupWindowpublic void showAsDropDown(android.view.View anchor,
int xoff,
int yoff)
showAsDropDown 在类中 android.widget.PopupWindow