/frameworks/support/compat/src/main/java/androidx/core/widget/ |
D | ListPopupWindowCompat.java | 22 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/ |
D | ListPopupWindowActivity.java | 31 import androidx.appcompat.widget.ListPopupWindow; 47 private ListPopupWindow mListPopupWindow; 69 mListPopupWindow = new ListPopupWindow(mContainer.getContext()); in onCreate()
|
/frameworks/base/core/java/android/widget/ |
D | AutoCompleteTextView.java | 105 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()
|
D | ListPopupWindow.java | 57 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()
|
D | ActivityChooserView.java | 157 private ListPopupWindow mListPopupWindow; 393 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked() 530 private ListPopupWindow getListPopupWindow() { in getListPopupWindow() 532 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
|
D | Spinner.java | 1173 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/ |
D | ListPopupWindow.java | 67 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()
|
D | ActivityChooserView.java | 167 private ListPopupWindow mListPopupWindow; 385 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked() 522 ListPopupWindow getListPopupWindow() { in getListPopupWindow() 524 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
|
D | MenuPopupWindow.java | 53 public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener {
|
D | AppCompatSpinner.java | 717 private class DropdownPopup extends ListPopupWindow { 800 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
|
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/ |
D | ListPopupWindowTest.java | 80 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/ |
D | RecipientEditTextView.java | 88 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/ |
D | 26.0.0.txt | 597 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);
|
D | 26.1.0.txt | 597 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);
|
D | 27.0.0.txt | 571 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);
|
D | 27.1.0.txt | 653 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);
|
D | 28.0.0-alpha1.txt | 653 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);
|
D | current.txt | 653 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/ |
D | current.txt | 653 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/ |
D | preloaded-classes | 3768 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
|
D | hiddenapi-light-greylist.txt | 6899 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
|
D | hiddenapi-public-dex.txt | 54474 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/ |
D | 22.0.0.txt | 4583 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);
|
D | 22.2.0.txt | 6345 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);
|
D | 22.1.0.txt | 5153 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);
|