Home
last modified time | relevance | path

Searched refs:DropDownListView (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/widget/
DDropDownListView.java35 public class DropDownListView extends ListView { class
88 public DropDownListView(@NonNull Context context, boolean hijackFocus) { in DropDownListView() method in DropDownListView
97 public DropDownListView(@NonNull Context context, boolean hijackFocus, int defStyleAttr) { in DropDownListView() method in DropDownListView
367 DropDownListView.this.post(this); in post()
DListPopupWindow.java70 private DropDownListView mDropDownList;
773 DropDownListView list = mDropDownList;
788 final DropDownListView list = mDropDownList;
823 final DropDownListView list = mDropDownList;
891 @NonNull DropDownListView createDropDownListView(Context context, boolean hijackFocus) {
892 return new DropDownListView(context, hijackFocus);
1132 DropDownListView dropDownList = mDropDownList; in buildDropDown()
1260 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()
DForwardingListener.java256 final DropDownListView dst = (DropDownListView) popup.getListView(); in onTouchForwarded()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DListPopupWindow.java106 DropDownListView mDropDownList;
810 DropDownListView list = mDropDownList;
826 final DropDownListView list = mDropDownList;
861 final DropDownListView list = mDropDownList;
929 @NonNull DropDownListView createDropDownListView(Context context, boolean hijackFocus) {
930 return new DropDownListView(context, hijackFocus);
1172 DropDownListView dropDownList = mDropDownList; in buildDropDown()
1302 0, DropDownListView.NO_POSITION, maxHeight - otherHeights, -1); in buildDropDown()
DForwardingListener.java265 final DropDownListView dst = (DropDownListView) popup.getListView(); in onTouchForwarded()
DMenuPopupWindow.java74 DropDownListView createDropDownListView(Context context, boolean hijackFocus) { in createDropDownListView()
130 public static class MenuDropDownListView extends DropDownListView {
DDropDownListView.java46 class DropDownListView extends ListView { class
117 DropDownListView(Context context, boolean hijackFocus) { in DropDownListView() method in DropDownListView
713 DropDownListView.this.post(this); in post()
/frameworks/support/jetifier/jetifier/core/src/main/resources/
Ddefault.generated.config3895 "android/support/v7/widget/DropDownListView": "androidx/appcompat/widget/DropDownListView",
/frameworks/base/config/
Dboot-image-profile.txt7312 HPLandroid/widget/DropDownListView;->drawableStateChanged()V
7313 HPLandroid/widget/DropDownListView;->hasFocus()Z
7314 HPLandroid/widget/DropDownListView;->hasWindowFocus()Z
7315 HPLandroid/widget/DropDownListView;->isFocused()Z
7316 HPLandroid/widget/DropDownListView;->isInTouchMode()Z
7317 HPLandroid/widget/DropDownListView;->obtainView(I[Z)Landroid/view/View;
7318 HPLandroid/widget/DropDownListView;->onTouchEvent(Landroid/view/MotionEvent;)Z
7319 HPLandroid/widget/DropDownListView;->setListSelectionHidden(Z)V
7320 HPLandroid/widget/DropDownListView;->shouldShowSelector()Z
7321 HPLandroid/widget/DropDownListView;->touchModeDrawsInPressedState()Z
[all …]
Dhiddenapi-light-greylist.txt7034 Landroid/widget/ListPopupWindow;->mDropDownList:Landroid/widget/DropDownListView;