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

Commit f9c87059 authored by Deepanshu Gupta's avatar Deepanshu Gupta Committed by Android Git Automerger
Browse files

am fa185b55: am e4b47614: Merge "Add LayoutLibDelegate for new Bitmap method." into mnc-dev

* commit 'fa185b55':
  Add LayoutLibDelegate for new Bitmap method.
parents f41e2e63 fa185b55
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -273,6 +273,13 @@ public final class Bitmap_Delegate {
                Bitmap.getDefaultDensity());
    }

    @LayoutlibDelegate
    /*package*/ static Bitmap nativeCopyAshmem(long nativeSrcBitmap) {
        // Unused method; no implementation provided.
        assert false;
        return null;
    }

    @LayoutlibDelegate
    /*package*/ static void nativeDestructor(long nativeBitmap) {
        sManager.removeJavaReferenceFor(nativeBitmap);