Package org.robolectric.nativeruntime
Class TableMaskFilterNatives
java.lang.Object
org.robolectric.nativeruntime.TableMaskFilterNatives
Native methods for TableMaskFilter 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/TableMaskFilter.java
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
nativeNewClip
(int min, int max) static long
nativeNewGamma
(float gamma) static long
nativeNewTable
(byte[] table)
-
Method Details
-
nativeNewTable
public static long nativeNewTable(byte[] table) -
nativeNewClip
public static long nativeNewClip(int min, int max) -
nativeNewGamma
public static long nativeNewGamma(float gamma)
-