Class ShadowGainmap

java.lang.Object
org.robolectric.shadows.ShadowGainmap

@Implements(value=android.graphics.Gainmap.class, minSdk=34, isInAndroidSdk=false) public class ShadowGainmap extends Object
Fake implementation for Gainmap class.
  • Field Details

  • Constructor Details

    • ShadowGainmap

      public ShadowGainmap()
  • Method Details

    • nCreateEmpty

      @Implementation protected static long nCreateEmpty()
    • nSetBitmap

      @Implementation protected static void nSetBitmap(long ptr, Bitmap bitmap)
    • nSetRatioMin

      @Implementation protected static void nSetRatioMin(long ptr, float r, float g, float b)
    • nGetRatioMin

      @Implementation protected static void nGetRatioMin(long ptr, float[] components)
    • nSetRatioMax

      @Implementation protected static void nSetRatioMax(long ptr, float r, float g, float b)
    • nGetRatioMax

      @Implementation protected static void nGetRatioMax(long ptr, float[] components)
    • nSetGamma

      @Implementation protected static void nSetGamma(long ptr, float r, float g, float b)
    • nGetGamma

      @Implementation protected static void nGetGamma(long ptr, float[] components)
    • nSetEpsilonSdr

      @Implementation protected static void nSetEpsilonSdr(long ptr, float r, float g, float b)
    • nGetEpsilonSdr

      @Implementation protected static void nGetEpsilonSdr(long ptr, float[] components)
    • nSetEpsilonHdr

      @Implementation protected static void nSetEpsilonHdr(long ptr, float r, float g, float b)
    • nGetEpsilonHdr

      @Implementation protected static void nGetEpsilonHdr(long ptr, float[] components)
    • nSetDisplayRatioHdr

      @Implementation protected static void nSetDisplayRatioHdr(long ptr, float max)
    • nGetDisplayRatioHdr

      @Implementation protected static float nGetDisplayRatioHdr(long ptr)
    • nSetDisplayRatioSdr

      @Implementation protected static void nSetDisplayRatioSdr(long ptr, float min)
    • nGetDisplayRatioSdr

      @Implementation protected static float nGetDisplayRatioSdr(long ptr)
    • nWriteGainmapToParcel

      @Implementation protected static void nWriteGainmapToParcel(long ptr, Parcel dest)
    • nReadGainmapFromParcel

      @Implementation protected static void nReadGainmapFromParcel(long ptr, Parcel dest)