public class BounceInterpolator
extends BaseInterpolator implements NativeInterpolatorFactory
| java.lang.Object | ||
| android.view.animation.BaseInterpolator | ||
| android.view.animation.BounceInterpolator | ||
插值器,其中变化在最后反弹。
Public constructors |
|
|---|---|
BounceInterpolator() |
|
BounceInterpolator(Context context, AttributeSet attrs) |
|
公共方法(Public methods) |
|
|---|---|
float |
getInterpolation(float t) |
继承方法(Inherited methods) |
|
|---|---|
java.lang.Object
|
|
com.android.internal.view.animation.NativeInterpolatorFactory
|
|
android.animation.TimeInterpolator
|
|
BounceInterpolator (Context context, AttributeSet attrs)
| 参数(Parameters) | |
|---|---|
context |
Context
|
attrs |
AttributeSet
|
float getInterpolation (float t)
| 参数(Parameters) | |
|---|---|
t |
float
|
| 返回(Returns) | |
|---|---|
float |
|