MCPcopy Create free account
hub / github.com/HumbleUI/Skija / _nSetImmutable

Method _nSetImmutable

shared/java/Bitmap.java:1086–1086  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

1084 @ApiStatus.Internal public static native long _nComputeByteSize(long ptr);
1085 @ApiStatus.Internal public static native boolean _nIsImmutable(long ptr);
1086 @ApiStatus.Internal public static native void _nSetImmutable(long ptr);
1087 @ApiStatus.Internal public static native boolean _nIsVolatile(long ptr);
1088 @ApiStatus.Internal public static native void _nSetVolatile(long ptr, boolean value);
1089 @ApiStatus.Internal public static native void _nReset(long ptr);

Callers 1

setImmutableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected