Searched defs:ListPopupWindow (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java45 * A ListPopupWindow anchors itself to a host view and displays a list of choices.
47 * <p>ListPopupWindow contains a number of tricky behaviors surrounding positioning, scrolling
55 public class ListPopupWindow { class
57 private static final String TAG = "ListPopupWindow";
166 public ListPopupWindow(Context context) { method in class:ListPopupWindow
177 public ListPopupWindow(Context context, AttributeSet attrs) { method in class:ListPopupWindow
189 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListPopupWindow
780 * ListPopupWindow can have it handle key selection of items.
877 * ListPopupWindow can have it handle key selection of items.
1121 private static final String TAG = ListPopupWindow
[all...]
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java48 * A ListPopupWindow anchors itself to a host view and displays a
51 * <p>ListPopupWindow contains a number of tricky behaviors surrounding
58 public class ListPopupWindow { class
59 private static final String TAG = "ListPopupWindow";
173 public ListPopupWindow(Context context) { method in class:ListPopupWindow
184 public ListPopupWindow(Context context, AttributeSet attrs) { method in class:ListPopupWindow
196 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListPopupWindow
209 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListPopupWindow
828 * views using non-modal ListPopupWindow can have it handle key selection of items.
923 * views using non-modal ListPopupWindow ca
[all...]

Completed in 506 milliseconds