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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java50 * A ListPopupWindow anchors itself to a host view and displays a
53 * <p>ListPopupWindow contains a number of tricky behaviors surrounding
60 public class ListPopupWindow { class
61 private static final String TAG = "ListPopupWindow";
175 public ListPopupWindow(Context context) { method in class:ListPopupWindow
186 public ListPopupWindow(Context context, AttributeSet attrs) { method in class:ListPopupWindow
198 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListPopupWindow
211 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListPopupWindow
214 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
842 * views using non-modal ListPopupWindow ca
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java57 * Static library support version of the framework's {@link android.widget.ListPopupWindow}.
63 * @see android.widget.ListPopupWindow
65 public class ListPopupWindow { class
66 private static final String TAG = "ListPopupWindow";
191 public ListPopupWindow(Context context) { method in class:ListPopupWindow
202 public ListPopupWindow(Context context, AttributeSet attrs) { method in class:ListPopupWindow
214 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListPopupWindow
227 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListPopupWindow
230 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
860 * views using non-modal ListPopupWindow ca
[all...]

Completed in 9 milliseconds