/frameworks/support/v4/kitkat/android/support/v4/widget/ |
D | ListPopupWindowCompatKitKat.java | 21 import android.widget.ListPopupWindow; 28 return ((ListPopupWindow) listPopupWindow).createDragToOpenListener(src); in createDragToOpenListener()
|
D | PopupWindowCompatKitKat.java | 21 import android.widget.ListPopupWindow;
|
/frameworks/base/core/java/android/widget/ |
D | AutoCompleteTextView.java | 103 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()
|
D | ListPopupWindow.java | 56 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()
|
D | ActivityChooserView.java | 155 private ListPopupWindow mListPopupWindow; 391 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked() 527 private ListPopupWindow getListPopupWindow() { in getListPopupWindow() 529 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
|
D | MenuPopupWindow.java | 42 public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener {
|
D | Spinner.java | 1154 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/ |
D | ListPopupWindow.java | 65 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()
|
D | ActivityChooserView.java | 158 private ListPopupWindow mListPopupWindow; 367 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked() 503 private ListPopupWindow getListPopupWindow() { in getListPopupWindow() 505 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
|
D | MenuPopupWindow.java | 51 public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener {
|
D | AppCompatSpinner.java | 697 private class DropdownPopup extends ListPopupWindow { 779 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/ |
D | ListPopupWindowTest.java | 61 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/ |
D | RecipientEditTextView.java | 85 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/ |
D | 22.0.0.txt | 292 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);
|
D | 22.1.0.txt | 454 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);
|
D | 22.2.0.txt | 1232 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);
|
D | 22.2.1.txt | 1285 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);
|
D | 23.0.0.txt | 1320 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);
|
D | current.txt | 1563 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);
|
D | 23.1.0.txt | 1347 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);
|
D | 23.1.1.txt | 1346 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/ |
D | ActionMenuItemView.java | 34 import android.support.v7.widget.ListPopupWindow;
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | older-implementation.jd | 55 <p>{@link android.widget.ListPopupWindow} and {@link android.widget.PopupMenu} widgets can be imple…
|
/frameworks/base/ |
D | preloaded-classes | 2411 android.widget.ListPopupWindow 2412 android.widget.ListPopupWindow$ListSelectorHider 2413 android.widget.ListPopupWindow$PopupScrollListener 2414 android.widget.ListPopupWindow$PopupTouchInterceptor 2415 android.widget.ListPopupWindow$ResizePopupRunnable
|
D | compiled-classes-phone | 4867 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
|