Class ShadowNativePorterDuffColorFilter

java.lang.Object
org.robolectric.shadows.ShadowPorterDuffColorFilter
org.robolectric.shadows.ShadowNativePorterDuffColorFilter

Shadow for PorterDuffColorFilter that is backed by native code
  • Constructor Details

    • ShadowNativePorterDuffColorFilter

      public ShadowNativePorterDuffColorFilter()
  • Method Details

    • native_CreateBlendModeFilter

      @Implementation(minSdk=29, maxSdk=34) protected static long native_CreateBlendModeFilter(int srcColor, int blendmode)
    • native_CreatePorterDuffFilter

      @Implementation(minSdk=26, maxSdk=28) protected static long native_CreatePorterDuffFilter(int srcColor, int porterDuffMode)