Searched refs:mSortedList (Results 1 – 1 of 1) sorted by relevance
121 private final List<DisplayResolveInfo> mSortedList = new ArrayList<>(); field in ChooserListAdapter333 mSortedList.clear(); in rebuildList()554 mSortedList.clear(); in updateAlphabeticalList()555 mSortedList.addAll(newList); in updateAlphabeticalList()617 int groupedCount = mSortedList.size(); in getAlphaTargetCount()711 if (position - offset < getAlphaTargetCount() && !mSortedList.isEmpty()) { in targetInfoForPosition()712 return mSortedList.get(position - offset); in targetInfoForPosition()