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) public class ShadowNativeNativeInterpolatorFactory extends Object
Shadow for
NativeInterpolatorFactory that is backed by native code-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShadowNativeNativeInterpolatorFactory.PickerShadow picker forNativeInterpolatorFactory. -
Constructor Summary
Constructors Constructor Description ShadowNativeNativeInterpolatorFactory() -
Method Summary
Modifier and Type Method Description protected static longcreateAccelerateDecelerateInterpolator()protected static longcreateAccelerateInterpolator(float factor)protected static longcreateAnticipateInterpolator(float tension)protected static longcreateAnticipateOvershootInterpolator(float tension)protected static longcreateBounceInterpolator()protected static longcreateCycleInterpolator(float cycles)protected static longcreateDecelerateInterpolator(float factor)protected static longcreateLinearInterpolator()protected static longcreateLutInterpolator(float[] values)protected static longcreateOvershootInterpolator(float tension)protected static longcreatePathInterpolator(float[] x, float[] y)
-
Constructor Details
-
ShadowNativeNativeInterpolatorFactory
public ShadowNativeNativeInterpolatorFactory()
-
-
Method Details
-
createAccelerateDecelerateInterpolator
-
createAccelerateInterpolator
-
createAnticipateInterpolator
-
createAnticipateOvershootInterpolator
-
createBounceInterpolator
-
createCycleInterpolator
-
createDecelerateInterpolator
-
createLinearInterpolator
-
createOvershootInterpolator
-
createPathInterpolator
-
createLutInterpolator
-