Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DQuickViewIntentBuilder.java126 final Range<Integer> range = computeSiblingsRange(uris, documentLocation); in build()
277 private static Range<Integer> computeSiblingsRange(List<Uri> uris, int documentLocation) { in computeSiblingsRange() method in QuickViewIntentBuilder