Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverListControllerTest.java99 final List<UsageStats> slices = new ArrayList<>(); in reportChooserSelection() local
100 slices.add(packageStats); in reportChooserSelection()
101 ParceledListSlice<UsageStats> stats = new ParceledListSlice<>(slices); in reportChooserSelection()
107 slices.add(oneClickStats); in reportChooserSelection()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java92 int[] slices = new int[NO_OF_SLICES * 2]; in ViewfinderProcessor() local
96 slices[i * 2] = s1; in ViewfinderProcessor()
97 slices[i * 2 + 1] = s2; in ViewfinderProcessor()
102 mHoughSlices.copyFrom(slices); in ViewfinderProcessor()
/frameworks/native/vulkan/api/
Dvulkan.api1601 …AIL_BIT = 0x00000001, /// Image uses a single miptail region for all array slices