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