Home
last modified time | relevance | path

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

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