FileDocCategorySizeDatePackage
HasNativeInterpolator.javaAPI DocAndroid 5.1 API1305Thu Mar 12 22:22:10 GMT 2015com.android.internal.view.animation

HasNativeInterpolator

public class HasNativeInterpolator
This is a class annotation that signals that it is safe to create a native interpolator counterpart via {@link NativeInterpolatorFactory} The idea here is to prevent subclasses of interpolators from being treated as a NativeInterpolatorFactory, and instead have them fall back to the LUT & LERP method like a custom interpolator.
hide

Fields Summary
Constructors Summary
Methods Summary