AnticipateInterpolator
public class AnticipateInterpolator
extends BaseInterpolator
implements NativeInterpolatorFactory
内插器,其中变化开始向后并向前闪烁。
摘要(Summary)
Public constructors
AnticipateInterpolator
AnticipateInterpolator ()
AnticipateInterpolator
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
AnticipateInterpolator (Context context,
AttributeSet attrs)
参数(Parameters) |
context |
Context
|
attrs |
AttributeSet
|
公共方法(Public methods)
getInterpolation
float getInterpolation (float t)