public class OvershootInterpolator
extends BaseInterpolator
implements NativeInterpolatorFactory
java.lang.Object | ||
↳ | android.view.animation.BaseInterpolator | |
↳ | android.view.animation.OvershootInterpolator |
一个内插器,其中变化向前闪烁并超过最后一个值然后返回。
Public constructors |
|
---|---|
OvershootInterpolator() |
|
OvershootInterpolator(float tension) |
|
OvershootInterpolator(Context context, AttributeSet attrs) |
Public methods |
|
---|---|
float |
getInterpolation(float t) |
Inherited methods |
|
---|---|
From class java.lang.Object
|
|
From interface com.android.internal.view.animation.NativeInterpolatorFactory
|
|
From interface android.animation.TimeInterpolator
|
OvershootInterpolator (float tension)
Parameters | |
---|---|
tension |
float : Amount of overshoot. When tension equals 0.0f, there is no overshoot and the interpolator becomes a simple deceleration interpolator. |
OvershootInterpolator (Context context, AttributeSet attrs)
Parameters | |
---|---|
context |
Context
|
attrs |
AttributeSet
|
float getInterpolation (float t)
Parameters | |
---|---|
t |
float
|
Returns | |
---|---|
float |