public class PopupWindow
extends android.widget.PopupWindow
| Constructor and Description |
|---|
PopupWindow(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr) |
| Modifier and Type | Method and Description |
|---|---|
void |
showAsDropDown(android.view.View anchor,
int xoff,
int yoff) |
void |
showAsDropDown(android.view.View anchor,
int xoff,
int yoff,
int gravity) |
void |
update(android.view.View anchor,
int xoff,
int yoff,
int width,
int height) |
dismiss, 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, updatepublic PopupWindow(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
public void showAsDropDown(android.view.View anchor,
int xoff,
int yoff)
showAsDropDown in class android.widget.PopupWindowpublic void showAsDropDown(android.view.View anchor,
int xoff,
int yoff,
int gravity)
showAsDropDown in class android.widget.PopupWindowpublic void update(android.view.View anchor,
int xoff,
int yoff,
int width,
int height)
update in class android.widget.PopupWindow