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

Commit 443ac02e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Better comment for ExtraNative" into main

parents bdb7f9bc d93ecf3a
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -2493,7 +2493,11 @@ public abstract class ColorSpace {
            return mNativePtr;
            return mNativePtr;
        }
        }


        /** Need a nested class due to b/337329128. */
        /**
         * These methods can't be put in the Rgb class directly, because ColorSpace's
         * static initializer instantiates Rgb, whose constructor needs them, which is a variation
         * of b/337329128.
         */
        static class Native {
        static class Native {
            static native long nativeGetNativeFinalizer();
            static native long nativeGetNativeFinalizer();
            static native long nativeCreate(float a, float b, float c, float d,
            static native long nativeCreate(float a, float b, float c, float d,