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