public class AnticipateInterpolator
extends BaseInterpolator
implements NativeInterpolatorFactory
java.lang.Object | ||
↳ | android.view.animation.BaseInterpolator | |
↳ | android.view.animation.AnticipateInterpolator |
内插器,其中变化开始向后并向前闪烁。
Public constructors |
|
---|---|
AnticipateInterpolator() |
|
AnticipateInterpolator(float tension) |
|
AnticipateInterpolator(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
|
AnticipateInterpolator (float tension)
Parameters | |
---|---|
tension |
float : Amount of anticipation. When tension equals 0.0f, there is no anticipation and the interpolator becomes a simple acceleration interpolator. |
AnticipateInterpolator (Context context, AttributeSet attrs)
Parameters | |
---|---|
context |
Context
|
attrs |
AttributeSet
|
float getInterpolation (float t)
Parameters | |
---|---|
t |
float
|
Returns | |
---|---|
float |