Package org.robolectric.shadows
Class ShadowNativeBlendModeColorFilter
java.lang.Object
org.robolectric.shadows.ShadowNativeBlendModeColorFilter
@Implements(value=android.graphics.BlendModeColorFilter.class,
minSdk=26,
shadowPicker=Picker.class,
callNativeMethodsByDefault=true)
public class ShadowNativeBlendModeColorFilter
extends Object
Shadow for
BlendModeColorFilter
that is backed by native code-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static long
native_CreateBlendModeFilter
(int srcColor, int blendmode)
-
Constructor Details
-
ShadowNativeBlendModeColorFilter
public ShadowNativeBlendModeColorFilter()
-
-
Method Details
-
native_CreateBlendModeFilter
@Implementation(minSdk=29, maxSdk=34) protected static long native_CreateBlendModeFilter(int srcColor, int blendmode)
-