Searched defs:positions (Results 1 - 4 of 4) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortingCursorWrapper.java187 int[] positions,
190 final int count = positions.length;
192 final int pivotPosition = positions[start];
241 positions[left + 2] = positions[left + 1];
245 positions[left + 1] = positions[left];
250 System.arraycopy(positions, left, positions, left + 1, n);
255 positions[lef
184 binarySort( String[] sortKey, boolean[] isDirs, int[] positions, String[] ids, @SortDimension.SortDirection int direction) argument
265 binarySort( long[] sortKey, boolean[] isDirs, int[] positions, String[] ids, @SortDimension.SortDirection int direction) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupUtil.java236 * The sum of the last element in counts[] and the last element in positions[] is the total
240 public static boolean needTrimming(int count, int[] counts, int[] positions) { argument
241 // The sum of the last element in counts[] and the last element in positions[] is
244 return positions.length > 0 && counts.length > 0
245 && count <= (counts[counts.length - 1] + positions[positions.length - 1]);
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...

Completed in 110 milliseconds