Package org.robolectric.shadows
Class ShadowNativeNativeInterpolatorFactory
java.lang.Object
org.robolectric.shadows.ShadowNativeNativeInterpolatorFactory
@Implements(value=android.graphics.animation.NativeInterpolatorFactory.class,
minSdk=30,
shadowPicker=Picker.class,
isInAndroidSdk=false,
callNativeMethodsByDefault=true)
public class ShadowNativeNativeInterpolatorFactory
extends Object
Shadow for
NativeInterpolatorFactory
that is backed by native code-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Shadow picker forNativeInterpolatorFactory
. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static long
protected static long
createAccelerateInterpolator
(float factor) protected static long
createAnticipateInterpolator
(float tension) protected static long
createAnticipateOvershootInterpolator
(float tension) protected static long
protected static long
createCycleInterpolator
(float cycles) protected static long
createDecelerateInterpolator
(float factor) protected static long
protected static long
createLutInterpolator
(float[] values) protected static long
createOvershootInterpolator
(float tension) protected static long
createPathInterpolator
(float[] x, float[] y)
-
Constructor Details
-
ShadowNativeNativeInterpolatorFactory
public ShadowNativeNativeInterpolatorFactory()
-
-
Method Details
-
createAccelerateDecelerateInterpolator
-
createAccelerateInterpolator
-
createAnticipateInterpolator
-
createAnticipateOvershootInterpolator
@Implementation(maxSdk=34) protected static long createAnticipateOvershootInterpolator(float tension) -
createBounceInterpolator
-
createCycleInterpolator
-
createDecelerateInterpolator
-
createLinearInterpolator
-
createOvershootInterpolator
-
createPathInterpolator
-
createLutInterpolator
-