Searched refs:slices (Results 1 – 3 of 3) sorted by relevance
99 final List<UsageStats> slices = new ArrayList<>(); in reportChooserSelection() local100 slices.add(packageStats); in reportChooserSelection()101 ParceledListSlice<UsageStats> stats = new ParceledListSlice<>(slices); in reportChooserSelection()107 slices.add(oneClickStats); in reportChooserSelection()
92 int[] slices = new int[NO_OF_SLICES * 2]; in ViewfinderProcessor() local96 slices[i * 2] = s1; in ViewfinderProcessor()97 slices[i * 2 + 1] = s2; in ViewfinderProcessor()102 mHoughSlices.copyFrom(slices); in ViewfinderProcessor()
1601 …AIL_BIT = 0x00000001, /// Image uses a single miptail region for all array slices