Home
last modified time | relevance | path

Searched defs:imgs (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
H A DImageResolver.java117 public CompletableFuture<Map<ImageReference, Bitmap>> getBitmaps( in getBitmaps()
133 public CompletableFuture<Map<ImageReference, Bitmap>> getBitmaps( in getBitmaps()
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DImageResolver.java132 public CompletableFuture<Map<ImageReference, Bitmap>> getBitmaps( in getBitmaps()
148 public CompletableFuture<Map<ImageReference, Bitmap>> getBitmaps( in getBitmaps()
/aosp12/system/gsid/tests/
H A DDSUEndtoEndTest.java82 File imgs = ((IDeviceBuildInfo) buildInfo).getDeviceImageFile(); in testDSU() local
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java268 ArrayList<Icon> imgs = new ArrayList<>(); in testParcel() local