Searched refs:mListAdapter (Results 1 – 4 of 4) sorted by relevance
38 private ListAdapter mListAdapter; field in ListOfButtonsTest53 mListAdapter = a.getListAdapter(); in setUp()60 assertNotNull(mListAdapter); in testPreconditions()
933 private ListAdapter mListAdapter; field in Spinner.DropDownAdapter947 mListAdapter = (ListAdapter) adapter; in DropDownAdapter()999 final ListAdapter adapter = mListAdapter; in areAllItemsEnabled()1012 final ListAdapter adapter = mListAdapter; in isEnabled()1073 private ListAdapter mListAdapter; field in Spinner.DialogPopup1088 mListAdapter = adapter; in setAdapter()1100 if (mListAdapter == null) { in show()1107 mPopup = builder.setSingleChoiceItems(mListAdapter, in show()1118 performItemClick(null, which, mListAdapter.getItemId(which)); in onClick()
192 private Adapter mListAdapter; field in FastScroller967 mListAdapter = adapter; in getSectionsFromIndexer()971 mListAdapter = adapter; in getSectionsFromIndexer()975 mListAdapter = adapter; in getSectionsFromIndexer()981 mListAdapter = null; in onSectionsChanged()1250 if (sectionIndexer == null || mListAdapter == null) { in getPosFromItemCount()1370 if (mListAdapter == null && mList != null) { in beginDrag()
588 private ListAdapter mListAdapter; field in AppCompatSpinner.DropDownAdapter602 mListAdapter = (ListAdapter) adapter; in DropDownAdapter()663 final ListAdapter adapter = mListAdapter; in areAllItemsEnabled()676 final ListAdapter adapter = mListAdapter; in isEnabled()