public class ScaleXYAnimationPairPropertyUpdater extends AbstractFloatPairPropertyUpdater
AnimationPropertyUpdater
for animating view's X and Y scaleConstructor and Description |
---|
ScaleXYAnimationPairPropertyUpdater(float toFirst,
float toSecond) |
ScaleXYAnimationPairPropertyUpdater(float fromFirst,
float fromSecond,
float toFirst,
float toSecond) |
Modifier and Type | Method and Description |
---|---|
protected void |
getProperty(android.view.View view,
float[] returnValues) |
protected void |
setProperty(android.view.View view,
float[] propertyValues) |
onFinish, onUpdate, prepare
public ScaleXYAnimationPairPropertyUpdater(float toFirst, float toSecond)
public ScaleXYAnimationPairPropertyUpdater(float fromFirst, float fromSecond, float toFirst, float toSecond)
protected void getProperty(android.view.View view, float[] returnValues)
getProperty
in class AbstractFloatPairPropertyUpdater
protected void setProperty(android.view.View view, float[] propertyValues)
setProperty
in class AbstractFloatPairPropertyUpdater