Package org.robolectric.shadows
Class ShadowNativeBlurMaskFilter
java.lang.Object
org.robolectric.shadows.ShadowNativeBlurMaskFilter
@Implements(value=android.graphics.BlurMaskFilter.class,
            minSdk=26,
            shadowPicker=Picker.class,
            callNativeMethodsByDefault=true)
public class ShadowNativeBlurMaskFilter
extends Object
Shadow for 
BlurMaskFilter that is backed by native code- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static longnativeConstructor(float radius, int style) 
- 
Constructor Details- 
ShadowNativeBlurMaskFilterpublic ShadowNativeBlurMaskFilter()
 
- 
- 
Method Details- 
nativeConstructor@Implementation(minSdk=26, maxSdk=34) protected static long nativeConstructor(float radius, int style) 
 
-