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

Commit b12ae37f authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Enabling hardware bitmaps on android P" into ub-launcher3-master

parents 865ee02d 8a3411f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import com.android.launcher3.Utilities;

public class BitmapRenderer {

     public static final boolean USE_HARDWARE_BITMAP = false && Utilities.ATLEAST_P;
     public static final boolean USE_HARDWARE_BITMAP = Utilities.ATLEAST_P;

     public static Bitmap createSoftwareBitmap(int width, int height, Renderer renderer) {
          Bitmap result = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);