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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static longnativeCreate(float length, float deviation) 
- 
Constructor Details- 
ShadowNativeDiscretePathEffectpublic ShadowNativeDiscretePathEffect()
 
- 
- 
Method Details- 
nativeCreate@Implementation(minSdk=26, maxSdk=34) protected static long nativeCreate(float length, float deviation) 
 
-