Searched defs:positions (Results 1 – 6 of 6) sorted by relevance
40 int positions[] = new int[]{0, 1, 3, 5, 8, 9}; in testNeedTrimming() local
187 int[] positions, in binarySort()268 int[] positions, in binarySort()
429 final List<Integer> positions = new ArrayList<>(approximateSectionCount); in getSections() local
382 val positions: MutableList<Int> = ArrayList(approximateSectionCount) in getSections() constant
240 public static boolean needTrimming(int count, int[] counts, int[] positions) { in needTrimming()
620 final ArrayList<ContentProviderOperation> positions = new ArrayList<>(); in getReflowedPinningOperations() local