public abstract class AnimatedViewPortJob extends ViewPortJob implements android.animation.ValueAnimator.AnimatorUpdateListener
| Modifier and Type | Field and Description |
|---|---|
protected android.animation.ObjectAnimator |
animator |
protected float |
phase |
protected float |
xOrigin |
protected float |
yOrigin |
mTrans, mViewPortHandler, pts, view, xValue, yValue| Constructor and Description |
|---|
AnimatedViewPortJob(ViewPortHandler viewPortHandler,
float xValue,
float yValue,
Transformer trans,
android.view.View v,
float xOrigin,
float yOrigin,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
float |
getPhase() |
float |
getXOrigin() |
float |
getYOrigin() |
void |
run() |
void |
setPhase(float phase) |
getXValue, getYValueprotected android.animation.ObjectAnimator animator
protected float phase
protected float xOrigin
protected float yOrigin
public AnimatedViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, android.view.View v, float xOrigin, float yOrigin, long duration)