Package org.robolectric.shadows
Class ShadowNativePathDashPathEffect
- java.lang.Object
-
- org.robolectric.shadows.ShadowNativePathDashPathEffect
-
@Implements(value=android.graphics.PathDashPathEffect.class, minSdk=26, shadowPicker=Picker.class) public class ShadowNativePathDashPathEffect extends Object
Shadow forPathDashPathEffectthat is backed by native code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShadowNativePathDashPathEffect.PickerShadow picker forPathDashPathEffect.
-
Constructor Summary
Constructors Constructor Description ShadowNativePathDashPathEffect()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static longnativeCreate(long nativePath, float advance, float phase, int nativeStyle)
-