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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java46 * A ListPopupWindow anchors itself to a host view and displays a
49 * <p>ListPopupWindow contains a number of tricky behaviors surrounding
56 public class ListPopupWindow implements ShowableListMenu { class in inherits:ShowableListMenu
57 private static final String TAG = "ListPopupWindow";
178 public ListPopupWindow(@NonNull Context context) { method in class:ListPopupWindow
189 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:ListPopupWindow
201 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
215 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
220 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
881 * 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 implements ShowableListMenu { class in inherits:ShowableListMenu
66 private static final String TAG = "ListPopupWindow";
213 public ListPopupWindow(@NonNull Context context) { method in class:ListPopupWindow
224 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:ListPopupWindow
236 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
250 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
255 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
928 * views using non-modal ListPopupWindow ca
[all...]

Completed in 343 milliseconds