Package org.robolectric.nativeruntime
Class DashPathEffectNatives
java.lang.Object
org.robolectric.nativeruntime.DashPathEffectNatives
public final class DashPathEffectNatives extends Object
Native methods for DashPathEffect 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/DashPathEffect.java
-
Method Summary
Modifier and Type Method Description static long
nativeCreate(float[] intervals, float phase)
-
Method Details
-
nativeCreate
public static long nativeCreate(float[] intervals, float phase)
-