HomeSort by relevance Sort by last modified time
    Searched refs:mDropDownList (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 62 private DropDownListView mDropDownList;
223 if (mDropDownList != null) {
224 mDropDownList.setAdapter(mAdapter);
605 mDropDownList.setSelection(ListView.INVALID_POSITION);
607 if (!mModal || mDropDownList.isInTouchMode()) {
623 mDropDownList = null;
678 DropDownListView list = mDropDownList;
693 final DropDownListView list = mDropDownList;
727 final DropDownListView list = mDropDownList;
744 return mDropDownList.getSelectedItem()
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ListPopupWindow.java 69 private DropDownListView mDropDownList;
215 if (mDropDownList != null) {
216 mDropDownList.setAdapter(mAdapter);
585 mDropDownList.setSelection(ListView.INVALID_POSITION);
587 if (!mModal || mDropDownList.isInTouchMode()) {
603 mDropDownList = null;
656 DropDownListView list = mDropDownList;
670 final DropDownListView list = mDropDownList;
704 final DropDownListView list = mDropDownList;
721 return mDropDownList.getSelectedItem()
    [all...]

Completed in 524 milliseconds