public class MoveViewJob extends ViewPortJob
mTrans, mViewPortHandler, pts, view, xValue, yValueNO_OWNER| Constructor and Description |
|---|
MoveViewJob(ViewPortHandler viewPortHandler,
float xValue,
float yValue,
Transformer trans,
android.view.View v) |
| Modifier and Type | Method and Description |
|---|---|
static MoveViewJob |
getInstance(ViewPortHandler viewPortHandler,
float xValue,
float yValue,
Transformer trans,
android.view.View v) |
protected ObjectPool.Poolable |
instantiate() |
static void |
recycleInstance(MoveViewJob instance) |
void |
run() |
getXValue, getYValuepublic MoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, android.view.View v)
public static MoveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, android.view.View v)
public static void recycleInstance(MoveViewJob instance)
public void run()
protected ObjectPool.Poolable instantiate()
instantiate in class ObjectPool.Poolable