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

Commit d93ecf3a authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Better comment for ExtraNative

Bug: 337110712
Test: comment change only
Change-Id: I585d59c2506f4536d8f84de63242b753d56f3ef0
parent 91ab1135
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,