Searched refs:ListPopupWindow (Results 1 - 19 of 19) sorted by relevance

/frameworks/support/v4/kitkat/android/support/v4/widget/
H A DListPopupWindowCompatKitKat.java21 import android.widget.ListPopupWindow;
24 * Implementation of ListPopupWindow compatibility that can call KitKat APIs.
28 return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src);
H A DPopupWindowCompatKitKat.java21 import android.widget.ListPopupWindow;
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintSpinner.java24 import android.widget.ListPopupWindow;
76 if (popup instanceof ListPopupWindow) {
77 ((ListPopupWindow) popup).setBackgroundDrawable(background);
H A DActivityChooserView.java31 import android.support.v7.widget.ListPopupWindow;
159 private ListPopupWindow mListPopupWindow;
242 expandButton.setOnTouchListener(new ListPopupWindow.ForwardingListener(expandButton) {
244 public ListPopupWindow getPopup() {
368 ListPopupWindow popupWindow = getListPopupWindow();
504 private ListPopupWindow getListPopupWindow() {
506 mListPopupWindow = new ListPopupWindow(getContext());
H A DSpinnerCompat.java31 import android.support.v7.widget.ListPopupWindow;
77 private ListPopupWindow.ForwardingListener mForwardingListener;
189 mForwardingListener = new ListPopupWindow.ForwardingListener(this) {
191 public ListPopupWindow getPopup() {
974 private class DropdownPopup extends ListPopupWindow implements SpinnerPopup {
1057 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java32 import android.support.v7.widget.ListPopupWindow;
56 private ListPopupWindow.ForwardingListener mForwardingListener;
299 private class ActionMenuItemForwardingListener extends ListPopupWindow.ForwardingListener {
305 public ListPopupWindow getPopup() {
316 final ListPopupWindow popup = getPopup();
324 final ListPopupWindow popup = getPopup();
334 public abstract ListPopupWindow getPopup();
H A DMenuPopupHelper.java23 import android.support.v7.widget.ListPopupWindow;
63 private ListPopupWindow mPopup;
130 public ListPopupWindow getPopup() {
135 mPopup = new ListPopupWindow(mContext, null, mPopupStyleAttr, mPopupStyleRes);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java32 import android.widget.ListPopupWindow;
35 import android.widget.ListPopupWindow.ForwardingListener;
322 public ListPopupWindow getPopup() {
333 final ListPopupWindow popup = getPopup();
341 final ListPopupWindow popup = getPopup();
351 public abstract ListPopupWindow getPopup();
H A DMenuPopupHelper.java34 import android.widget.ListPopupWindow;
60 private ListPopupWindow mPopup;
127 public ListPopupWindow getPopup() {
132 mPopup = new ListPopupWindow(mContext, null, mPopupStyleAttr, mPopupStyleRes);
/frameworks/base/core/java/android/widget/
H A DPopupMenu.java32 import android.widget.ListPopupWindow.ForwardingListener;
149 public ListPopupWindow getPopup() {
H A DAutoCompleteTextView.java104 private ListPopupWindow mPopup;
143 mPopup = new ListPopupWindow(context, attrs, defStyleAttr, defStyleRes);
145 mPopup.setPromptPosition(ListPopupWindow.POSITION_PROMPT_BELOW);
898 final ListPopupWindow list = mPopup;
1074 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
1084 return mPopup.getInputMethodMode() == ListPopupWindow.INPUT_METHOD_NOT_NEEDED;
1102 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED);
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...]
H A DActivityChooserView.java39 import android.widget.ListPopupWindow.ForwardingListener;
154 private ListPopupWindow mListPopupWindow;
265 public ListPopupWindow getPopup() {
390 ListPopupWindow popupWindow = getListPopupWindow();
526 private ListPopupWindow getListPopupWindow() {
528 mListPopupWindow = new ListPopupWindow(getContext());
H A DActionMenuPresenter.java36 import android.widget.ListPopupWindow.ForwardingListener;
598 public ListPopupWindow getPopup() {
772 public ListPopupWindow getPopup() {
H A DSpinner.java41 import android.widget.ListPopupWindow.ForwardingListener;
216 public ListPopupWindow getPopup() {
1057 private class DropdownPopup extends ListPopupWindow implements SpinnerPopup {
1137 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java134 mDragListener = new ListPopupWindow.ForwardingListener(mAnchor) {
148 public ListPopupWindow getPopup() {
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...]
H A DActionMenuPresenter.java595 setOnTouchListener(new ListPopupWindow.ForwardingListener(this) {
597 public ListPopupWindow getPopup() {
761 public ListPopupWindow getPopup() {
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java85 import android.widget.ListPopupWindow;
176 private ListPopupWindow mAlternatesPopup;
177 private ListPopupWindow mAddressPopup;
262 mAlternatesPopup = new ListPopupWindow(context);
264 mAddressPopup = new ListPopupWindow(context);
287 ((ListPopupWindow) msg.obj).dismiss();
1652 final ListPopupWindow alternatesPopup) {
2211 private void showAddress(final DrawableRecipientChip currentChip, final ListPopupWindow popup) {

Completed in 2625 milliseconds