Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ada16a2 authored by Jon Miranda's avatar Jon Miranda
Browse files

Make createScaledBitmapWithShadow public.

Bug: 205803230
Test: manual
Change-Id: I7529f6a12d507e7f4557a4fb21e7e33359acd9be
parent 417997ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ public class BaseIconFactory implements AutoCloseable {
    }

    /** package private */
    Bitmap createScaledBitmapWithShadow(Drawable d) {
    public Bitmap createScaledBitmapWithShadow(Drawable d) {
        float scale = getNormalizer().getScale(d, null, null, null);
        Bitmap bitmap = createIconBitmap(d, scale);
        mCanvas.setBitmap(bitmap);