Searched refs:mDropDownList (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java74 private DropDownListView mDropDownList; field in class:ListPopupWindow
249 if (mDropDownList != null) {
250 mDropDownList.setAdapter(mAdapter);
641 mDropDownList.setSelection(ListView.INVALID_POSITION);
643 if (!mModal || mDropDownList.isInTouchMode()) {
659 mDropDownList = null;
714 DropDownListView list = mDropDownList;
729 final DropDownListView list = mDropDownList;
763 final DropDownListView list = mDropDownList;
780 return mDropDownList
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java90 private DropDownListView mDropDownList; field in class:ListPopupWindow
266 if (mDropDownList != null) {
267 mDropDownList.setAdapter(mAdapter);
656 mDropDownList.setSelection(ListView.INVALID_POSITION);
658 if (!mModal || mDropDownList.isInTouchMode()) {
674 mDropDownList = null;
729 DropDownListView list = mDropDownList;
747 final DropDownListView list = mDropDownList;
781 final DropDownListView list = mDropDownList;
798 return mDropDownList
[all...]

Completed in 655 milliseconds