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