File
Doc
Category
Size
Date
Package
CycleInterpolator.java
API Doc
Android 5.1 API
416
Sat Mar 14 14:09:44 GMT 2015
android.view.animation
CycleInterpolator
java.lang.Object
android.view.animation.BaseInterpolator
public class CycleInterpolator extends android.view.animation.BaseInterpolator
Fields Summary
Constructors Summary
public CycleInterpolator
(
float
cycles)
throw new RuntimeException("Stub!");
public CycleInterpolator
(
android.content.Context
context,
android.util.AttributeSet
attrs)
throw new RuntimeException("Stub!");
Methods Summary
public
float
getInterpolation
(
float
input)
throw new RuntimeException("Stub!");
Java Code Source