public class SeekBarPopup
extends android.widget.PopupWindow
Constructor and Description |
---|
SeekBarPopup(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
dismiss() |
void |
dismissImmediate() |
int |
getBubbleWidth() |
void |
setText(java.lang.String text) |
boolean |
show(android.view.View anchor) |
boolean |
showImmediate(android.view.View anchor) |
void |
update(int x,
int y) |
getAnimationStyle, getBackground, getContentView, getElevation, getEnterTransition, getExitTransition, getHeight, getInputMethodMode, getMaxAvailableHeight, 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, showAsDropDown, showAsDropDown, showAtLocation, update, update, update, update, update
public void update(int x, int y)
update
in class android.widget.PopupWindow
public boolean show(android.view.View anchor)
public boolean showImmediate(android.view.View anchor)
public void dismiss()
dismiss
in class android.widget.PopupWindow
public void dismissImmediate()
public void setText(java.lang.String text)
public int getBubbleWidth()