Searched refs:getStableIds (Results 1 – 6 of 6) sorted by relevance
56 public abstract List<String> getStableIds(); in getStableIds() method in DocumentsAdapter76 String modelId = getStableIds().get(position); in isDirectory()
252 public List<String> getStableIds() {253 return mDelegate.getStableIds();
180 public List<String> getStableIds() { in getStableIds() method in ModelBackedDocumentsAdapter
1384 if (!mAdapter.getStableIds().contains(selectionIter.next())) { in accept()
93 public List<String> getStableIds() { in getStableIds() method in TestDocumentsAdapter
184 int pos = mScope.adapter.getStableIds().indexOf(mScope.pendingFocusId); in onLayoutCompleted()