public abstract class ViewPortJob extends ObjectPool.Poolable implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
protected Transformer |
mTrans |
protected ViewPortHandler |
mViewPortHandler |
protected float[] |
pts |
protected android.view.View |
view |
protected float |
xValue |
protected float |
yValue |
NO_OWNER| Constructor and Description |
|---|
ViewPortJob(ViewPortHandler viewPortHandler,
float xValue,
float yValue,
Transformer trans,
android.view.View v) |
| Modifier and Type | Method and Description |
|---|---|
float |
getXValue() |
float |
getYValue() |
instantiateprotected float[] pts
protected ViewPortHandler mViewPortHandler
protected float xValue
protected float yValue
protected Transformer mTrans
protected android.view.View view
public ViewPortJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, android.view.View v)