Searched refs:documentLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DQuickViewIntentBuilder.java86 final int documentLocation = collectViewableUris(uris);
87 final Range<Integer> range = computeSiblingsRange(uris, documentLocation);
105 // The documentLocation variable contains an index in "uris". However,
108 intent.putExtra(Intent.EXTRA_INDEX, documentLocation - range.getLower());
134 int documentLocation = 0;
167 documentLocation = uris.size() - 1; // Position in "uris", not in the model.
168 if (DEBUG) Log.d(TAG, "Found starting point for QV. " + documentLocation);
172 return documentLocation;
175 private static Range<Integer> computeSiblingsRange(List<Uri> uris, int documentLocation) { argument
181 if (documentLocation < uri
[all...]

Completed in 3640 milliseconds