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 SummaryNested ClassesModifier and TypeClassDescriptionstatic final classShadow picker forNativeInterpolatorFactory.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected static longprotected static longcreateAccelerateInterpolator(float factor) protected static longcreateAnticipateInterpolator(float tension) protected static longcreateAnticipateOvershootInterpolator(float tension) protected static longprotected static longcreateCycleInterpolator(float cycles) protected static longcreateDecelerateInterpolator(float factor) protected static longprotected static longcreateLutInterpolator(float[] values) protected static longcreateOvershootInterpolator(float tension) protected static longcreatePathInterpolator(float[] x, float[] y) 
- 
Constructor Details- 
ShadowNativeNativeInterpolatorFactorypublic ShadowNativeNativeInterpolatorFactory()
 
- 
- 
Method Details- 
createAccelerateDecelerateInterpolator
- 
createAccelerateInterpolator
- 
createAnticipateInterpolator
- 
createAnticipateOvershootInterpolator@Implementation(maxSdk=34) protected static long createAnticipateOvershootInterpolator(float tension) 
- 
createBounceInterpolator
- 
createCycleInterpolator
- 
createDecelerateInterpolator
- 
createLinearInterpolator
- 
createOvershootInterpolator
- 
createPathInterpolator
- 
createLutInterpolator
 
-