Class ShadowNativeLightingColorFilter

java.lang.Object
org.robolectric.shadows.ShadowNativeLightingColorFilter

@Implements(value=android.graphics.LightingColorFilter.class, minSdk=26, shadowPicker=Picker.class) public class ShadowNativeLightingColorFilter extends Object
Shadow for LightingColorFilter that is backed by native code
  • Constructor Details

    • ShadowNativeLightingColorFilter

      public ShadowNativeLightingColorFilter()
  • Method Details

    • native_CreateLightingFilter

      @Implementation(minSdk=26) protected static long native_CreateLightingFilter(int mul, int add)