public class AlphaAnimator extends TweenAnimator
Animator.AnimatorListener| Modifier and Type | Field and Description |
|---|---|
protected float |
mDelta |
protected float |
mDst |
protected float |
mSrc |
mCurrentUninterpolatedValue, mCurrentValue, mDuration, mInterpolator, mLastValue, mLoopCount, mLoopMode, mReversed, mTripCountmAccumulating, mData, mElapsedTime, mLastDeltaTime, mLifeEnded, mLifespan, mListener, mRunning, mStartDelay, mTarget| Constructor and Description |
|---|
AlphaAnimator(Interpolator interpolator) |
| Modifier and Type | Method and Description |
|---|---|
float |
getDelta() |
protected void |
onUpdate(float value) |
void |
setValues(float src,
float dst) |
void |
start(float dest) |
void |
start(float src,
float dst) |
end, getCurrentValue, getDuration, getInterpolator, getLoop, getLoopCount, isReversed, onLoop, setDuration, setInterpolator, setLoop, setLoopCount, setReversed, startElapse, updateelapse, getData, getElapsedTime, getLifespan, getListener, getStartDelay, getTarget, isAccumulating, isRunning, reset, setAccumulating, setData, setElapsedTime, setLifespan, setListener, setStartDelay, setTarget, start, stoppublic void setValues(float src,
float dst)
public void start(float src,
float dst)
public void start(float dest)
protected void onUpdate(float value)
onUpdate in class TweenAnimatorpublic float getDelta()