Class ShadowNativeInterpolator

java.lang.Object
org.robolectric.shadows.ShadowNativeInterpolator

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

    • ShadowNativeInterpolator

      public ShadowNativeInterpolator()
  • Method Details

    • nativeConstructor

      @Implementation(maxSdk=34) protected static long nativeConstructor(int valueCount, int frameCount)
    • nativeDestructor

      @Implementation(maxSdk=34) protected static void nativeDestructor(long nativeInstance)
    • nativeReset

      @Implementation(maxSdk=34) protected static void nativeReset(long nativeInstance, int valueCount, int frameCount)
    • nativeSetKeyFrame

      @Implementation(maxSdk=34) protected static void nativeSetKeyFrame(long nativeInstance, int index, int msec, float[] values, float[] blend)
    • nativeSetRepeatMirror

      @Implementation(maxSdk=34) protected static void nativeSetRepeatMirror(long nativeInstance, float repeatCount, boolean mirror)
    • nativeTimeToValues

      @Implementation(maxSdk=34) protected static int nativeTimeToValues(long nativeInstance, int msec, float[] values)