Home
last modified time | relevance | path

Searched refs:mSortedList (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java121 private final List<DisplayResolveInfo> mSortedList = new ArrayList<>(); field in ChooserListAdapter
333 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()