Example usage for Java android.view.animation Transformation fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TYPE_BOTH Indicates a transformation that applies an alpha and a matrix. |
Transformation() Creates a new transformation with alpha = 1 and the identity matrix. |
void | clear() Reset the transformation to a state that leaves the object being animated in an unmodified state. |
Matrix | getMatrix() |
void | setAlpha(@FloatRange(from = 0.0, to = 1.0) float alpha) Sets the degree of transparency |
void | setTransformationType(int transformationType) Sets the transformation type. |