Home | History | Annotate | Download | only in widget

Lines Matching defs:mTransformation

214     private Transformation mTransformation;
1496 if (mTransformation == null) {
1497 mTransformation = new Transformation();
1499 mTransformation.clear();
1684 mAnimation.getTransformation(time, mTransformation);
1685 final float scale = mTransformation.getAlpha();