FileDocCategorySizeDatePackage
Transformation.javaAPI DocAndroid 5.1 API1222Sat Mar 14 14:09:36 GMT 2015android.view.animation

Transformation

public class Transformation extends Object

Fields Summary
public static final int
TYPE_ALPHA
public static final int
TYPE_BOTH
public static final int
TYPE_IDENTITY
public static final int
TYPE_MATRIX
protected float
mAlpha
protected android.graphics.Matrix
mMatrix
protected int
mTransformationType
Constructors Summary
public Transformation()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclear()

 throw new RuntimeException("Stub!"); 
public voidcompose(android.view.animation.Transformation t)

 throw new RuntimeException("Stub!"); 
public floatgetAlpha()

 throw new RuntimeException("Stub!"); 
public android.graphics.MatrixgetMatrix()

 throw new RuntimeException("Stub!"); 
public intgetTransformationType()

 throw new RuntimeException("Stub!"); 
public voidset(android.view.animation.Transformation t)

 throw new RuntimeException("Stub!"); 
public voidsetAlpha(float alpha)

 throw new RuntimeException("Stub!"); 
public voidsetTransformationType(int transformationType)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoShortString()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");