Home
last modified time | relevance | path

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

12

/frameworks/support/v4/kitkat/android/support/v4/widget/
DListPopupWindowCompatKitKat.java21 import android.widget.ListPopupWindow;
28 return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src); in createDragToOpenListener()
DPopupWindowCompatKitKat.java21 import android.widget.ListPopupWindow;
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java103 private final ListPopupWindow mPopup;
259 mPopup = new ListPopupWindow(mPopupContext, attrs, defStyleAttr, defStyleRes); in AutoCompleteTextView()
261 mPopup.setPromptPosition(ListPopupWindow.POSITION_PROMPT_BELOW); in AutoCompleteTextView()
1008 final ListPopupWindow list = mPopup; in performCompletion()
1184 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in ensureImeVisible()
1194 return mPopup.getInputMethodMode() == ListPopupWindow.INPUT_METHOD_NOT_NEEDED; in isInputMethodNotNeeded()
1212 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in showDropDown()
DListPopupWindow.java56 public class ListPopupWindow implements ShowableListMenu { class
178 public ListPopupWindow(@NonNull Context context) { in ListPopupWindow() method in ListPopupWindow
189 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { in ListPopupWindow() method in ListPopupWindow
201 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
215 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
220 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow, in ListPopupWindow()
1059 return ListPopupWindow.this; in createDragToOpenListener()
DActivityChooserView.java155 private ListPopupWindow mListPopupWindow;
391 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
527 private ListPopupWindow getListPopupWindow() { in getListPopupWindow()
529 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
DMenuPopupWindow.java42 public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener {
DSpinner.java1154 private class DropdownPopup extends ListPopupWindow implements SpinnerPopup {
1234 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java65 public class ListPopupWindow implements ShowableListMenu { class
213 public ListPopupWindow(@NonNull Context context) { in ListPopupWindow() method in ListPopupWindow
224 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { in ListPopupWindow() method in ListPopupWindow
236 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
250 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
255 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow, in ListPopupWindow()
1103 public ListPopupWindow getPopup() { in createDragToOpenListener()
1104 return ListPopupWindow.this; in createDragToOpenListener()
DActivityChooserView.java158 private ListPopupWindow mListPopupWindow;
367 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
503 private ListPopupWindow getListPopupWindow() { in getListPopupWindow()
505 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
DMenuPopupWindow.java51 public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener {
DAppCompatSpinner.java697 private class DropdownPopup extends ListPopupWindow {
779 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
DListPopupWindowTest.java61 private ListPopupWindow mListPopupWindow;
443 mListPopupWindow = new ListPopupWindow(context, null, mPopupStyleAttr, 0); in configure()
445 mListPopupWindow = new ListPopupWindow(context); in configure()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java85 import android.widget.ListPopupWindow;
171 private ListPopupWindow mAlternatesPopup;
172 private ListPopupWindow mAddressPopup;
303 mAlternatesPopup = new ListPopupWindow(context); in RecipientEditTextView()
305 mAddressPopup = new ListPopupWindow(context); in RecipientEditTextView()
327 ((ListPopupWindow) msg.obj).dismiss(); in RecipientEditTextView()
341 private void setupPopupWindow(ListPopupWindow popup) { in setupPopupWindow()
1802 final ListPopupWindow alternatesPopup) { in showAlternates()
2381 private void showAddress(final DrawableRecipientChip currentChip, final ListPopupWindow popup) { in showAddress()
/frameworks/support/v7/appcompat/api/
D22.0.0.txt292 public class ListPopupWindow {
293 ctor public ListPopupWindow(android.content.Context);
294 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
295 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
296 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D22.1.0.txt454 public class ListPopupWindow {
455 ctor public ListPopupWindow(android.content.Context);
456 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
457 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
458 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D22.2.0.txt1232 field public static final int[] ListPopupWindow;
1639 public class ListPopupWindow {
1640 ctor public ListPopupWindow(android.content.Context);
1641 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
1642 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
1643 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D22.2.1.txt1285 field public static final int[] ListPopupWindow;
1693 public class ListPopupWindow {
1694 ctor public ListPopupWindow(android.content.Context);
1695 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
1696 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
1697 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D23.0.0.txt1320 field public static final int[] ListPopupWindow;
1769 public class ListPopupWindow {
1770 ctor public ListPopupWindow(android.content.Context);
1771 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
1772 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
1773 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
Dcurrent.txt1563 field public static final int[] ListPopupWindow;
1945 public class ListPopupWindow {
1946 ctor public ListPopupWindow(android.content.Context);
1947 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
1948 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
1949 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D23.1.0.txt1347 field public static final int[] ListPopupWindow;
1821 public class ListPopupWindow {
1822 ctor public ListPopupWindow(android.content.Context);
1823 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
1824 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
1825 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D23.1.1.txt1346 field public static final int[] ListPopupWindow;
1820 public class ListPopupWindow {
1821 ctor public ListPopupWindow(android.content.Context);
1822 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
1823 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
1824 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
DActionMenuItemView.java34 import android.support.v7.widget.ListPopupWindow;
/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-classes2411 android.widget.ListPopupWindow
2412 android.widget.ListPopupWindow$ListSelectorHider
2413 android.widget.ListPopupWindow$PopupScrollListener
2414 android.widget.ListPopupWindow$PopupTouchInterceptor
2415 android.widget.ListPopupWindow$ResizePopupRunnable
Dcompiled-classes-phone4867 android.widget.ListPopupWindow
4868 android.widget.ListPopupWindow$2
4869 android.widget.ListPopupWindow$3
4870 android.widget.ListPopupWindow$ListSelectorHider
4871 android.widget.ListPopupWindow$PopupDataSetObserver
4872 android.widget.ListPopupWindow$PopupScrollListener
4873 android.widget.ListPopupWindow$PopupTouchInterceptor
4874 android.widget.ListPopupWindow$ResizePopupRunnable

12