Package org.robolectric.shadows
Class ShadowNativeDiscretePathEffect
java.lang.Object
org.robolectric.shadows.ShadowNativeDiscretePathEffect
@Implements(value=android.graphics.DiscretePathEffect.class,
minSdk=26,
shadowPicker=Picker.class,
callNativeMethodsByDefault=true)
public class ShadowNativeDiscretePathEffect
extends Object
Shadow for
DiscretePathEffect
that is backed by native code-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static long
nativeCreate
(float length, float deviation)
-
Constructor Details
-
ShadowNativeDiscretePathEffect
public ShadowNativeDiscretePathEffect()
-
-
Method Details
-
nativeCreate
@Implementation(minSdk=26, maxSdk=34) protected static long nativeCreate(float length, float deviation)
-