public class AnimatedMoveViewJob extends AnimatedViewPortJob
animator, phase, xOrigin, yOriginmTrans, mViewPortHandler, pts, view, xValue, yValueNO_OWNER| Constructor and Description |
|---|
AnimatedMoveViewJob(ViewPortHandler viewPortHandler,
float xValue,
float yValue,
Transformer trans,
android.view.View v,
float xOrigin,
float yOrigin,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
static AnimatedMoveViewJob |
getInstance(ViewPortHandler viewPortHandler,
float xValue,
float yValue,
Transformer trans,
android.view.View v,
float xOrigin,
float yOrigin,
long duration) |
protected ObjectPool.Poolable |
instantiate() |
void |
onAnimationUpdate(android.animation.ValueAnimator animation) |
static void |
recycleInstance(AnimatedMoveViewJob instance) |
void |
recycleSelf() |
getPhase, getXOrigin, getYOrigin, onAnimationCancel, onAnimationEnd, onAnimationRepeat, onAnimationStart, resetAnimator, run, setPhasegetXValue, getYValuepublic AnimatedMoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, android.view.View v, float xOrigin, float yOrigin, long duration)
public static AnimatedMoveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, android.view.View v, float xOrigin, float yOrigin, long duration)
public static void recycleInstance(AnimatedMoveViewJob instance)
public void onAnimationUpdate(android.animation.ValueAnimator animation)
onAnimationUpdate in interface android.animation.ValueAnimator.AnimatorUpdateListeneronAnimationUpdate in class AnimatedViewPortJobpublic void recycleSelf()
recycleSelf in class AnimatedViewPortJobprotected ObjectPool.Poolable instantiate()
instantiate in class ObjectPool.Poolable