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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java69 private DropDownListView mDropDownList; field in class:ListPopupWindow
252 if (mDropDownList != null) {
253 mDropDownList.setAdapter(mAdapter);
673 mDropDownList.setSelection(ListView.INVALID_POSITION);
675 if (!mModal || mDropDownList.isInTouchMode()) {
692 mDropDownList = null;
747 DropDownListView list = mDropDownList;
762 final DropDownListView list = mDropDownList;
797 final DropDownListView list = mDropDownList;
814 return mDropDownList
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java104 private DropDownListView mDropDownList; field in class:ListPopupWindow
291 if (mDropDownList != null) {
292 mDropDownList.setAdapter(mAdapter);
717 mDropDownList.setSelection(ListView.INVALID_POSITION);
719 if (!mModal || mDropDownList.isInTouchMode()) {
736 mDropDownList = null;
791 DropDownListView list = mDropDownList;
809 final DropDownListView list = mDropDownList;
844 final DropDownListView list = mDropDownList;
861 return mDropDownList
[all...]

Completed in 89 milliseconds