Java android.support.v4.view.animation PathInterpolatorCompat fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view.animation PathInterpolatorCompat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view.animation PathInterpolatorCompat.

The text is from its open source code.

Method

Interpolatorcreate(Path path)
Create an Interpolator for an arbitrary Path .
Interpolatorcreate(float controlX1, float controlY1, float controlX2, float controlY2)
Create an Interpolator for a cubic Bezier curve.
Interpolatorcreate(float controlX, float controlY)
Create an Interpolator for a quadratic Bezier curve.