Home
last modified time | relevance | path

Searched refs:ListPopupWindow (Results 1 – 18 of 18) 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()
1064 final ListPopupWindow list = mPopup; in performCompletion()
1249 ? ListPopupWindow.INPUT_METHOD_NEEDED : ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in ensureImeVisible()
1262 return mPopup.getInputMethodMode() == ListPopupWindow.INPUT_METHOD_NOT_NEEDED; in isInputMethodNotNeeded()
1270 @IntDef({ListPopupWindow.INPUT_METHOD_FROM_FOCUSABLE,
1271 ListPopupWindow.INPUT_METHOD_NEEDED,
1272 ListPopupWindow.INPUT_METHOD_NOT_NEEDED})
1314 mPopup.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NEEDED); in showDropDown()
DListPopupWindow.java61 public class ListPopupWindow implements ShowableListMenu { class
187 public ListPopupWindow(@NonNull Context context) { in ListPopupWindow() method in ListPopupWindow
198 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs) { in ListPopupWindow() method in ListPopupWindow
210 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
224 public ListPopupWindow(@NonNull Context context, @Nullable AttributeSet attrs, in ListPopupWindow() method in ListPopupWindow
229 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow, in ListPopupWindow()
1122 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/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsPopupMenu.java27 import android.widget.ListPopupWindow;
38 public class GlobalActionsPopupMenu extends ListPopupWindow {
DGlobalActionsDialogLite.java91 import android.widget.ListPopupWindow;
2118 private ListPopupWindow mOverflowPopup;
2231 private ListPopupWindow createPowerOverflowPopup() {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DEditUserPhotoController.java48 import android.widget.ListPopupWindow;
185 final ListPopupWindow listPopupWindow = new ListPopupWindow(context); in showUpdatePhotoPopup()
189 listPopupWindow.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); in showUpdatePhotoPopup()
/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/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt44 import android.widget.ListPopupWindow in <lambda>()
109 private var popup: ListPopupWindow? = null in <lambda>()
/frameworks/base/boot/
Dpreloaded-classes8280 android.widget.ListPopupWindow$ListSelectorHider
8281 android.widget.ListPopupWindow$PopupDataSetObserver
8282 android.widget.ListPopupWindow$PopupScrollListener
8283 android.widget.ListPopupWindow$PopupTouchInterceptor
8284 android.widget.ListPopupWindow$ResizePopupRunnable
8285 android.widget.ListPopupWindow
Dboot-image-profile.txt19901 …roid/content/res/Resources$Theme;)V+]Landroid/widget/ListPopupWindow;Landroid/widget/ListPopupWind…
20341 HSPLandroid/widget/ListPopupWindow;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)…
20342 HSPLandroid/widget/ListPopupWindow;->isShowing()Z
20343 HSPLandroid/widget/ListPopupWindow;->setAdapter(Landroid/widget/ListAdapter;)V
20344 HSPLandroid/widget/ListPopupWindow;->setAnchorView(Landroid/view/View;)V
20345 HSPLandroid/widget/ListPopupWindow;->setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
20346 HSPLandroid/widget/ListPopupWindow;->setHeight(I)V
20347 HSPLandroid/widget/ListPopupWindow;->setListSelector(Landroid/graphics/drawable/Drawable;)V
20348 HSPLandroid/widget/ListPopupWindow;->setModal(Z)V
20349 HSPLandroid/widget/ListPopupWindow;->setOnItemClickListener(Landroid/widget/AdapterView$OnItemClick…
[all …]
/frameworks/base/config/
Dpreloaded-classes8301 android.widget.ListPopupWindow$ListSelectorHider
8302 android.widget.ListPopupWindow$PopupDataSetObserver
8303 android.widget.ListPopupWindow$PopupScrollListener
8304 android.widget.ListPopupWindow$PopupTouchInterceptor
8305 android.widget.ListPopupWindow$ResizePopupRunnable
8306 android.widget.ListPopupWindow
Dboot-image-profile.txt19949 …roid/content/res/Resources$Theme;)V+]Landroid/widget/ListPopupWindow;Landroid/widget/ListPopupWind…
20389 HSPLandroid/widget/ListPopupWindow;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;II)…
20390 HSPLandroid/widget/ListPopupWindow;->isShowing()Z
20391 HSPLandroid/widget/ListPopupWindow;->setAdapter(Landroid/widget/ListAdapter;)V
20392 HSPLandroid/widget/ListPopupWindow;->setAnchorView(Landroid/view/View;)V
20393 HSPLandroid/widget/ListPopupWindow;->setBackgroundDrawable(Landroid/graphics/drawable/Drawable;)V
20394 HSPLandroid/widget/ListPopupWindow;->setHeight(I)V
20395 HSPLandroid/widget/ListPopupWindow;->setListSelector(Landroid/graphics/drawable/Drawable;)V
20396 HSPLandroid/widget/ListPopupWindow;->setModal(Z)V
20397 HSPLandroid/widget/ListPopupWindow;->setOnItemClickListener(Landroid/widget/AdapterView$OnItemClick…
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47612 Landroid/R$styleable;->ListPopupWindow:[I
69491 Landroid/widget/ActivityChooserView;->getListPopupWindow()Landroid/widget/ListPopupWindow;
69507 Landroid/widget/ActivityChooserView;->mListPopupWindow:Landroid/widget/ListPopupWindow;
71411 Landroid/widget/ListPopupWindow;->createDropDownListView(Landroid/content/Context;Z)Landroid/widget…
71412 Landroid/widget/ListPopupWindow;->DEBUG:Z
71413 Landroid/widget/ListPopupWindow;->EXPAND_LIST_TIMEOUT:I
71414 Landroid/widget/ListPopupWindow;->mAdapter:Landroid/widget/ListAdapter;
71415 Landroid/widget/ListPopupWindow;->mContext:Landroid/content/Context;
71416 Landroid/widget/ListPopupWindow;->mDropDownAlwaysVisible:Z
71417 Landroid/widget/ListPopupWindow;->mDropDownAnchorView:Landroid/view/View;
[all …]
/frameworks/base/core/api/
Dcurrent.txt54998 public class ListPopupWindow {
54999 ctor public ListPopupWindow(@NonNull android.content.Context);
55000 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet);
55001 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet,…
55002 …ctor public ListPopupWindow(@NonNull android.content.Context, @Nullable android.util.AttributeSet,…
/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);