Home
last modified time | relevance | path

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

123

/frameworks/support/compat/src/main/java/androidx/core/widget/
DListPopupWindowCompat.java22 import android.widget.ListPopupWindow;
66 (ListPopupWindow) listPopupWindow, src); in createDragToOpenListener()
96 @NonNull ListPopupWindow listPopupWindow, @NonNull View src) { in createDragToOpenListener()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
DListPopupWindowActivity.java31 import androidx.appcompat.widget.ListPopupWindow;
47 private ListPopupWindow mListPopupWindow;
69 mListPopupWindow = new ListPopupWindow(mContainer.getContext()); in onCreate()
/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java105 private final ListPopupWindow mPopup;
261 mPopup = new ListPopupWindow(mPopupContext, attrs, defStyleAttr, defStyleRes); in AutoCompleteTextView()
263 mPopup.setPromptPosition(ListPopupWindow.POSITION_PROMPT_BELOW); in AutoCompleteTextView()
1010 final ListPopupWindow list = mPopup; in performCompletion()
1186 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in ensureImeVisible()
1196 return mPopup.getInputMethodMode() == ListPopupWindow.INPUT_METHOD_NOT_NEEDED; in isInputMethodNotNeeded()
1214 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in showDropDown()
DListPopupWindow.java57 public class ListPopupWindow implements ShowableListMenu { class
181 public ListPopupWindow(@NonNull Context context) { in ListPopupWindow() method in ListPopupWindow
192 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { in ListPopupWindow() method in ListPopupWindow
204 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
218 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
223 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow, in ListPopupWindow()
1085 return ListPopupWindow.this; in createDragToOpenListener()
DActivityChooserView.java157 private ListPopupWindow mListPopupWindow;
393 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
530 private ListPopupWindow getListPopupWindow() { in getListPopupWindow()
532 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
DSpinner.java1173 private class DropdownPopup extends ListPopupWindow implements SpinnerPopup {
1253 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java67 public class ListPopupWindow implements ShowableListMenu { class
217 public ListPopupWindow(@NonNull Context context) { in ListPopupWindow() method in ListPopupWindow
228 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { in ListPopupWindow() method in ListPopupWindow
240 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
254 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
259 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow, in ListPopupWindow()
1122 public ListPopupWindow getPopup() { in createDragToOpenListener()
1123 return ListPopupWindow.this; in createDragToOpenListener()
DActivityChooserView.java167 private ListPopupWindow mListPopupWindow;
385 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
522 ListPopupWindow getListPopupWindow() { in getListPopupWindow()
524 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
DMenuPopupWindow.java53 public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener {
DAppCompatSpinner.java717 private class DropdownPopup extends ListPopupWindow {
800 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
DListPopupWindowTest.java80 private ListPopupWindow mListPopupWindow;
463 mListPopupWindow = new ListPopupWindow(context, null, mPopupStyleAttr, 0); in configure()
465 mListPopupWindow = new ListPopupWindow(context); in configure()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java88 import android.widget.ListPopupWindow;
178 private ListPopupWindow mAlternatesPopup;
179 private ListPopupWindow mAddressPopup;
342 mAlternatesPopup = new ListPopupWindow(context); in RecipientEditTextView()
344 mAddressPopup = new ListPopupWindow(context); in RecipientEditTextView()
366 ((ListPopupWindow) msg.obj).dismiss(); in RecipientEditTextView()
380 private void setupPopupWindow(ListPopupWindow popup) { in setupPopupWindow()
2024 final ListPopupWindow alternatesPopup) { in showAlternates()
2603 private void showAddress(final DrawableRecipientChip currentChip, final ListPopupWindow popup) { in showAddress()
/frameworks/support/v7/appcompat/api_legacy/
D26.0.0.txt597 public class ListPopupWindow {
598 ctor public ListPopupWindow(android.content.Context);
599 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
600 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
601 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D26.1.0.txt597 public class ListPopupWindow {
598 ctor public ListPopupWindow(android.content.Context);
599 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
600 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
601 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D27.0.0.txt571 public class ListPopupWindow {
572 ctor public ListPopupWindow(android.content.Context);
573 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
574 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
575 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D27.1.0.txt653 public class ListPopupWindow {
654 ctor public ListPopupWindow(android.content.Context);
655 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
656 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
657 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D28.0.0-alpha1.txt653 public class ListPopupWindow {
654 ctor public ListPopupWindow(android.content.Context);
655 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
656 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
657 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
Dcurrent.txt653 public class ListPopupWindow {
654 ctor public ListPopupWindow(android.content.Context);
655 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
656 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
657 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
/frameworks/support/v7/appcompat/api/
Dcurrent.txt653 public class ListPopupWindow {
654 ctor public ListPopupWindow(android.content.Context);
655 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
656 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
657 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
/frameworks/base/config/
Dpreloaded-classes3768 android.widget.ListPopupWindow
3769 android.widget.ListPopupWindow$ListSelectorHider
3770 android.widget.ListPopupWindow$PopupDataSetObserver
3771 android.widget.ListPopupWindow$PopupScrollListener
3772 android.widget.ListPopupWindow$PopupTouchInterceptor
3773 android.widget.ListPopupWindow$ResizePopupRunnable
Dhiddenapi-light-greylist.txt6899 Landroid/widget/AutoCompleteTextView;->mPopup:Landroid/widget/ListPopupWindow;
7032 Landroid/widget/ListPopupWindow;->buildDropDown()I
7033 Landroid/widget/ListPopupWindow;->isDropDownAlwaysVisible()Z
7034 Landroid/widget/ListPopupWindow;->mDropDownList:Landroid/widget/DropDownListView;
7035 Landroid/widget/ListPopupWindow;->mPopup:Landroid/widget/PopupWindow;
7036 Landroid/widget/ListPopupWindow;->setDropDownAlwaysVisible(Z)V
7037 Landroid/widget/ListPopupWindow;->setForceIgnoreOutsideTouch(Z)V
7038 Landroid/widget/ListPopupWindow;->setListItemExpandMax(I)V
Dhiddenapi-public-dex.txt54474 Landroid/widget/ListPopupWindow;
54475 Landroid/widget/ListPopupWindow;-><init>(Landroid/content/Context;)V
54476 Landroid/widget/ListPopupWindow;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
54477 Landroid/widget/ListPopupWindow;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;I)V
54478 Landroid/widget/ListPopupWindow;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)V
54479 Landroid/widget/ListPopupWindow;->clearListSelection()V
54480 Landroid/widget/ListPopupWindow;->createDragToOpenListener(Landroid/view/View;)Landroid/view/View$O…
54481 Landroid/widget/ListPopupWindow;->dismiss()V
54482 Landroid/widget/ListPopupWindow;->getAnchorView()Landroid/view/View;
54483 Landroid/widget/ListPopupWindow;->getAnimationStyle()I
[all …]
/frameworks/support/api/
D22.0.0.txt4583 public class ListPopupWindow {
4584 ctor public ListPopupWindow(android.content.Context);
4585 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
4586 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
4587 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D22.2.0.txt6345 field public static final int[] ListPopupWindow;
6752 public class ListPopupWindow {
6753 ctor public ListPopupWindow(android.content.Context);
6754 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
6755 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
6756 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
D22.1.0.txt5153 public class ListPopupWindow {
5154 ctor public ListPopupWindow(android.content.Context);
5155 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
5156 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
5157 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);

123