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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java51 * A ListPopupWindow anchors itself to a host view and displays a
54 * <p>ListPopupWindow contains a number of tricky behaviors surrounding
61 public class ListPopupWindow { class
62 private static final String TAG = "ListPopupWindow";
177 public ListPopupWindow(Context context) { method in class:ListPopupWindow
188 public ListPopupWindow(Context context, AttributeSet attrs) { method in class:ListPopupWindow
200 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ListPopupWindow
213 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ListPopupWindow
217 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
861 * 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 83 milliseconds