Home | History | Annotate | Download | only in widget

Lines Matching refs:mTransformation

216     private Transformation mTransformation;
1510 if (mTransformation == null) {
1511 mTransformation = new Transformation();
1513 mTransformation.clear();
1698 mAnimation.getTransformation(time, mTransformation);
1699 final float scale = mTransformation.getAlpha();