Package org.robolectric.nativeruntime
Class SweepGradientNatives
- java.lang.Object
-
- org.robolectric.nativeruntime.SweepGradientNatives
-
public class SweepGradientNatives extends Object
Native methods for SweepGradient JNI registration.Native method signatures are derived from https://cs.android.com/android/platform/superproject/+/android-12.0.0_r1:frameworks/base/graphics/java/android/graphics/SweepGradient.java
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longnativeCreate(long matrix, float x, float y, long[] colors, float[] positions, long colorSpaceHandle)static longnativeCreate1(long matrix, float x, float y, int[] colors, float[] positions)static longnativeCreate2(long matrix, float x, float y, int color0, int color1)
-
-
-
Method Detail
-
nativeCreate
public static long nativeCreate(long matrix, float x, float y, long[] colors, float[] positions, long colorSpaceHandle)
-
nativeCreate1
public static long nativeCreate1(long matrix, float x, float y, int[] colors, float[] positions)
-
nativeCreate2
public static long nativeCreate2(long matrix, float x, float y, int color0, int color1)
-
-