Home
last modified time | relevance | path

Searched refs:createShapedIconBitmap (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBaseIconFactory.java162 public BitmapInfo createShapedIconBitmap(Bitmap icon, UserHandle user) { in createShapedIconBitmap() method in BaseIconFactory
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DBaseIconCache.java412 entry.bitmap = li.createShapedIconBitmap(icon, user); in cachePackageInstallInfo()