Example usage for Java android.view.animation PathInterpolator fields, constructors, methods, implement or subclass
The text is from its open source code.
PathInterpolator(float controlX1, float controlY1, float controlX2, float controlY2) Create an interpolator for a cubic Bezier curve. |