Home
last modified time | relevance | path

Searched refs:ListPopupWindow (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/webkit/
DAutoCompletePopup.java30 import android.widget.ListPopupWindow;
46 private ListPopupWindow mPopup;
224 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in onFilterComplete()
240 mPopup = new ListPopupWindow(mWebView.getContext()); in ensurePopup()
245 mPopup.setPromptPosition(ListPopupWindow.POSITION_PROMPT_BELOW); in ensurePopup()
/frameworks/opt/mailcommon/java/com/android/mailcommon/
DMultiAdapterSpinner.java32 import android.widget.ListPopupWindow;
59 protected ListPopupWindow mPopup;
101 mPopup = new ListPopupWindow(context, attrs); in MultiAdapterSpinner()
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java105 private ListPopupWindow mPopup;
139 mPopup = new ListPopupWindow(context, attrs, in AutoCompleteTextView()
142 mPopup.setPromptPosition(ListPopupWindow.POSITION_PROMPT_BELOW); in AutoCompleteTextView()
895 final ListPopupWindow list = mPopup; in performCompletion()
1065 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in ensureImeVisible()
1075 return mPopup.getInputMethodMode() == ListPopupWindow.INPUT_METHOD_NOT_NEEDED; in isInputMethodNotNeeded()
1093 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in showDropDown()
DListPopupWindow.java48 public class ListPopupWindow { class
161 public ListPopupWindow(Context context) { in ListPopupWindow() method in ListPopupWindow
172 public ListPopupWindow(Context context, AttributeSet attrs) { in ListPopupWindow() method in ListPopupWindow
184 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { in ListPopupWindow() method in ListPopupWindow
197 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ListPopupWindow() method in ListPopupWindow
1139 private static final String TAG = ListPopupWindow.TAG + ".DropDownListView";
DActivityChooserView.java149 private ListPopupWindow mListPopupWindow;
339 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
475 private ListPopupWindow getListPopupWindow() { in getListPopupWindow()
477 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
DSpinner.java908 private class DropdownPopup extends ListPopupWindow implements SpinnerPopup {
980 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuPopupHelper.java34 import android.widget.ListPopupWindow;
52 private ListPopupWindow mPopup;
106 mPopup = new ListPopupWindow(mContext, null, com.android.internal.R.attr.popupMenuStyle); in tryShow()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEditTextView.java78 import android.widget.ListPopupWindow;
166 private ListPopupWindow mAlternatesPopup;
168 private ListPopupWindow mAddressPopup;
252 mAlternatesPopup = new ListPopupWindow(context); in RecipientEditTextView()
253 mAddressPopup = new ListPopupWindow(context); in RecipientEditTextView()
275 ((ListPopupWindow) msg.obj).dismiss(); in RecipientEditTextView()
1452 private void showAlternates(RecipientChip currentChip, ListPopupWindow alternatesPopup, in showAlternates()
2017 private void showAddress(final RecipientChip currentChip, final ListPopupWindow popup, in showAddress()
/frameworks/base/docs/html/training/backward-compatible-ui/
Dolder-implementation.jd55 <p>{@link android.widget.ListPopupWindow} and {@link android.widget.PopupMenu} widgets can be imple…
/frameworks/base/
Dpreloaded-classes1199 android.widget.ListPopupWindow
1200 android.widget.ListPopupWindow$ListSelectorHider
1201 android.widget.ListPopupWindow$PopupDataSetObserver
1202 android.widget.ListPopupWindow$PopupScrollListener
1203 android.widget.ListPopupWindow$PopupTouchInterceptor
1204 android.widget.ListPopupWindow$ResizePopupRunnable
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd496 <li>{@link android.widget.ListPopupWindow}
/frameworks/base/api/
D14.txt26337 public class ListPopupWindow {
26338 ctor public ListPopupWindow(android.content.Context);
26339 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
26340 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
26341 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D15.txt26491 public class ListPopupWindow {
26492 ctor public ListPopupWindow(android.content.Context);
26493 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
26494 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
26495 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D16.txt27724 public class ListPopupWindow {
27725 ctor public ListPopupWindow(android.content.Context);
27726 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
27727 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
27728 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D17.txt28556 public class ListPopupWindow {
28557 ctor public ListPopupWindow(android.content.Context);
28558 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
28559 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
28560 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
Dcurrent.txt28556 public class ListPopupWindow {
28557 ctor public ListPopupWindow(android.content.Context);
28558 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
28559 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
28560 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
/frameworks/base/docs/html/
Dsitemap.txt1559 http://developer.android.com/reference/android/widget/ListPopupWindow.html