Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAutoCompleteTextView.java111 private final ListPopupWindow mPopup;
274 mPopup = new ListPopupWindow(mPopupContext, attrs, defStyleAttr, defStyleRes); in AutoCompleteTextView()
276 mPopup.setPromptPosition(ListPopupWindow.POSITION_PROMPT_BELOW); in AutoCompleteTextView()
1063 final ListPopupWindow list = mPopup; in performCompletion()
1248 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in ensureImeVisible()
1261 return mPopup.getInputMethodMode() == ListPopupWindow.INPUT_METHOD_NOT_NEEDED; in isInputMethodNotNeeded()
1269 @IntDef({ListPopupWindow.INPUT_METHOD_FROM_FOCUSABLE,
1270 ListPopupWindow.INPUT_METHOD_NEEDED,
1271 ListPopupWindow.INPUT_METHOD_NOT_NEEDED})
1313 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in showDropDown()
DListPopupWindow.java58 public class ListPopupWindow implements ShowableListMenu { class
184 public ListPopupWindow(@NonNull Context context) { in ListPopupWindow() method in ListPopupWindow
195 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { in ListPopupWindow() method in ListPopupWindow
207 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
221 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
226 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow, in ListPopupWindow()
1105 return ListPopupWindow.this; in createDragToOpenListener()
DActivityChooserView.java158 private ListPopupWindow mListPopupWindow;
397 ListPopupWindow popupWindow = getListPopupWindow(); in showPopupUnchecked()
534 private ListPopupWindow getListPopupWindow() { in getListPopupWindow()
536 mListPopupWindow = new ListPopupWindow(getContext()); in getListPopupWindow()
DMenuPopupWindow.java42 public class MenuPopupWindow extends ListPopupWindow implements MenuItemHoverListener {
DSpinner.java1188 private class DropdownPopup extends ListPopupWindow implements SpinnerPopup {
1268 setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in show()
/frameworks/base/core/java/android/app/
DSearchDialog.java53 import android.widget.ListPopupWindow;
375 mSearchAutoComplete.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in onConfigurationChanged()
/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()
369 ((ListPopupWindow) msg.obj).dismiss(); in RecipientEditTextView()
383 private void setupPopupWindow(ListPopupWindow popup) { in setupPopupWindow()
2027 final ListPopupWindow alternatesPopup) { in showAlternates()
2606 private void showAddress(final DrawableRecipientChip currentChip, final ListPopupWindow popup) { in showAddress()
/frameworks/base/config/
Dpreloaded-classes4321 android.widget.ListPopupWindow$ListSelectorHider
4322 android.widget.ListPopupWindow$PopupDataSetObserver
4323 android.widget.ListPopupWindow$PopupScrollListener
4324 android.widget.ListPopupWindow$PopupTouchInterceptor
4325 android.widget.ListPopupWindow$ResizePopupRunnable
4326 android.widget.ListPopupWindow
Dhiddenapi-greylist-max-o.txt58201 Landroid/R$styleable;->ListPopupWindow:[I
80597 Landroid/widget/ActivityChooserView;->getListPopupWindow()Landroid/widget/ListPopupWindow;
80613 Landroid/widget/ActivityChooserView;->mListPopupWindow:Landroid/widget/ListPopupWindow;
82517 Landroid/widget/ListPopupWindow;->createDropDownListView(Landroid/content/Context;Z)Landroid/widget…
82518 Landroid/widget/ListPopupWindow;->DEBUG:Z
82519 Landroid/widget/ListPopupWindow;->EXPAND_LIST_TIMEOUT:I
82520 Landroid/widget/ListPopupWindow;->mAdapter:Landroid/widget/ListAdapter;
82521 Landroid/widget/ListPopupWindow;->mContext:Landroid/content/Context;
82522 Landroid/widget/ListPopupWindow;->mDropDownAlwaysVisible:Z
82523 Landroid/widget/ListPopupWindow;->mDropDownAnchorView:Landroid/view/View;
[all …]
Dboot-image-profile.txt37056 Landroid/widget/ListPopupWindow$ListSelectorHider;
37057 Landroid/widget/ListPopupWindow$PopupDataSetObserver;
37058 Landroid/widget/ListPopupWindow$PopupScrollListener;
37059 Landroid/widget/ListPopupWindow$PopupTouchInterceptor;
37060 Landroid/widget/ListPopupWindow$ResizePopupRunnable;
37061 Landroid/widget/ListPopupWindow;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37728 public class ListPopupWindow {
37729 ctor public ListPopupWindow(android.content.Context);
37730 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet);
37731 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int);
37732 ctor public ListPopupWindow(android.content.Context, android.util.AttributeSet, int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt57298 public class ListPopupWindow {
57299 ctor public ListPopupWindow(@NonNull android.content.Context);
57300 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet);
57301 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet,…
57302 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet,…
/frameworks/base/api/
Dcurrent.txt57442 public class ListPopupWindow {
57443 ctor public ListPopupWindow(@NonNull android.content.Context);
57444 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet);
57445 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet,…
57446 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet,…