Home
last modified time | relevance | path

Searched refs:createScaledBitmapWithoutShadow (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBaseIconFactory.java195 public Bitmap createScaledBitmapWithoutShadow(Drawable icon, int iconAppTargetSdk) { in createScaledBitmapWithoutShadow() method in BaseIconFactory
198 return createScaledBitmapWithoutShadow(icon, shrinkNonAdaptiveIcons); in createScaledBitmapWithoutShadow()
260 public Bitmap createScaledBitmapWithoutShadow(Drawable icon, boolean shrinkNonAdaptiveIcons) { in createScaledBitmapWithoutShadow() method in BaseIconFactory
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DShortcutCachingLogic.java74 return new BitmapInfo(li.createScaledBitmapWithoutShadow( in loadIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingItemDragHelper.java185 li.createScaledBitmapWithoutShadow(icon, 0)); in startDrag()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java395 final Bitmap bitmap = factory.createScaledBitmapWithoutShadow( in build()