File
Doc
Category
Size
Date
Package
PathInterpolator.java
API Doc
Android 5.1 API
655
Sat Mar 14 14:09:42 GMT 2015
android.view.animation
PathInterpolator
java.lang.Object
android.view.animation.BaseInterpolator
public class PathInterpolator extends android.view.animation.BaseInterpolator
Fields Summary
Constructors Summary
public PathInterpolator
(
android.graphics.Path
path)
throw new RuntimeException("Stub!");
public PathInterpolator
(
float
controlX,
float
controlY)
throw new RuntimeException("Stub!");
public PathInterpolator
(
float
controlX1,
float
controlY1,
float
controlX2,
float
controlY2)
throw new RuntimeException("Stub!");
public PathInterpolator
(
android.content.Context
context,
android.util.AttributeSet
attrs)
throw new RuntimeException("Stub!");
Methods Summary
public
float
getInterpolation
(
float
t)
throw new RuntimeException("Stub!");
Java Code Source