FileDocCategorySizeDatePackage
ScaleAnimation.javaAPI DocAndroid 5.1 API936Sat Mar 14 14:09:36 GMT 2015android.view.animation

ScaleAnimation

public class ScaleAnimation extends android.view.animation.Animation

Fields Summary
Constructors Summary
public ScaleAnimation(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public ScaleAnimation(float fromX, float toX, float fromY, float toY)

 throw new RuntimeException("Stub!"); 
public ScaleAnimation(float fromX, float toX, float fromY, float toY, float pivotX, float pivotY)

 throw new RuntimeException("Stub!"); 
public ScaleAnimation(float fromX, float toX, float fromY, float toY, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected voidapplyTransformation(float interpolatedTime, android.view.animation.Transformation t)

 throw new RuntimeException("Stub!"); 
public voidinitialize(int width, int height, int parentWidth, int parentHeight)

 throw new RuntimeException("Stub!");