Searched refs:mSortedList (Results 1 – 1 of 1) sorted by relevance
118 private List<DisplayResolveInfo> mSortedList = new ArrayList<>(); field in ChooserListAdapter343 mSortedList = newList; in updateAlphabeticalList()392 int groupedCount = mSortedList.size(); in getAlphaTargetCount()478 if (position - offset < getAlphaTargetCount() && !mSortedList.isEmpty()) { in targetInfoForPosition()479 return mSortedList.get(position - offset); in targetInfoForPosition()