belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1
ListPopupWindow
public
class
ListPopupWindow
extends Object
java.lang.Object | |
↳ | android.support.v7.widget.ListPopupWindow |
Static library support version of the framework's ListPopupWindow
.
Used to write apps that run on platforms prior to Android L. When running
on Android L or above, this implementation is still used; it does not try
to switch to the framework's implementation. See the framework SDK
documentation for a class overview.
See also:
Summary
Constants | |
---|---|
int |
INPUT_METHOD_FROM_FOCUSABLE
Mode for |
int |
INPUT_METHOD_NEEDED
Mode for |
int |
INPUT_METHOD_NOT_NEEDED
Mode for |
int |
MATCH_PARENT
Alias for |
int |
POSITION_PROMPT_ABOVE
The provided prompt view should appear above list content. |
int |
POSITION_PROMPT_BELOW
The provided prompt view should appear below list content. |
int |
WRAP_CONTENT
Alias for |
Public constructors | |
---|---|
ListPopupWindow(Context context)
Create a new, empty popup window capable of displaying items from a ListAdapter. |
|
ListPopupWindow(Context context, AttributeSet attrs)
Create a new, empty popup window capable of displaying items from a ListAdapter. |
|
ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr)
Create a new, empty popup window capable of displaying items from a ListAdapter. |
|
ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes)
Create a new, empty popup window capable of displaying items from a ListAdapter. |
Public methods | |
---|---|
void
|
clearListSelection()
Clear any current list selection. |
View.OnTouchListener
|
createDragToOpenListener(View src)
Returns an |
void
|
dismiss()
Dismiss the popup window. |
View
|
getAnchorView()
Returns the view that will be used to anchor this popup. |
int
|
getAnimationStyle()
Returns the animation style that will be used when the popup window is shown or dismissed. |
Drawable
|
getBackground()
|
int
|
|