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