Searched refs:mDropDownList (Results 1 – 2 of 2) sorted by relevance
69 private DropDownListView mDropDownList; field in ListPopupWindow252 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 …]
104 private DropDownListView mDropDownList; field in ListPopupWindow291 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 …]