Java android.view.animation Transformation fields, constructors, methods, implement or subclass

Example usage for Java android.view.animation Transformation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view.animation Transformation.

The text is from its open source code.

Field

intTYPE_BOTH
Indicates a transformation that applies an alpha and a matrix.

Constructor

Transformation()
Creates a new transformation with alpha = 1 and the identity matrix.

Method

voidclear()
Reset the transformation to a state that leaves the object being animated in an unmodified state.
MatrixgetMatrix()
voidsetAlpha(@FloatRange(from = 0.0, to = 1.0) float alpha)
Sets the degree of transparency
voidsetTransformationType(int transformationType)
Sets the transformation type.