Package org.robolectric.nativeruntime
Class BitmapShaderNatives
java.lang.Object
org.robolectric.nativeruntime.BitmapShaderNatives
public final class BitmapShaderNatives extends Object
Native methods for BitmapShader 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/BitmapShader.java
-
Method Summary
Modifier and Type Method Description static long
nativeCreate(long nativeMatrix, long bitmapHandle, int shaderTileModeX, int shaderTileModeY, boolean filter)
-
Method Details
-
nativeCreate
public static long nativeCreate(long nativeMatrix, long bitmapHandle, int shaderTileModeX, int shaderTileModeY, boolean filter)
-