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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java47 * A ListPopupWindow anchors itself to a host view and displays a
50 * <p>ListPopupWindow contains a number of tricky behaviors surrounding
57 public class ListPopupWindow implements ShowableListMenu { class in inherits:ShowableListMenu
58 private static final String TAG = "ListPopupWindow";
181 public ListPopupWindow(@NonNull Context context) { method in class:ListPopupWindow
192 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:ListPopupWindow
204 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
218 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
223 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
538 Log.e(TAG, "Negative value " + height + " passed to ListPopupWindow#setHeigh
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java58 * Static library support version of the framework's {@link android.widget.ListPopupWindow}.
64 * @see android.widget.ListPopupWindow
66 public class ListPopupWindow implements ShowableListMenu { class in inherits:ShowableListMenu
67 private static final String TAG = "ListPopupWindow";
216 public ListPopupWindow(@NonNull Context context) { method in class:ListPopupWindow
227 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:ListPopupWindow
239 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
253 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, method in class:ListPopupWindow
258 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
944 * views using non-modal ListPopupWindow ca
[all...]

Completed in 475 milliseconds