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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java70 private DropDownListView mDropDownList; field in class:ListPopupWindow
255 if (mDropDownList != null) {
256 mDropDownList.setAdapter(mAdapter);
697 mDropDownList.setSelection(ListView.INVALID_POSITION);
699 if (!mModal || mDropDownList.isInTouchMode()) {
716 mDropDownList = null;
771 DropDownListView list = mDropDownList;
786 final DropDownListView list = mDropDownList;
821 final DropDownListView list = mDropDownList;
838 return mDropDownList
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java105 DropDownListView mDropDownList; field in class:ListPopupWindow
290 if (mDropDownList != null) {
291 mDropDownList.setAdapter(mAdapter);
735 mDropDownList.setSelection(ListView.INVALID_POSITION);
737 if (!mModal || mDropDownList.isInTouchMode()) {
754 mDropDownList = null;
809 DropDownListView list = mDropDownList;
825 final DropDownListView list = mDropDownList;
860 final DropDownListView list = mDropDownList;
877 return mDropDownList
[all...]

Completed in 73 milliseconds