Home | History | Annotate | Download | only in wm

Lines Matching refs:mTransformation

66     final Transformation mTransformation = new Transformation();
164 mTransformation.clear();
165 mTransformation.setAlpha(mLastHidden ? 0 : 1);
214 mTransformation.clear();
215 final boolean more = mAnimation.getTransformation(currentTime, mTransformation);
218 ": more=" + more + ", xform=" + mTransformation);
271 mTransformation.clear();
332 mTransformation.clear();
803 ? mAttachedWindow.mWinAnimator.mTransformation : null;
816 attachedTransformation = mService.mWallpaperTarget.mWinAnimator.mTransformation;
864 tmpMatrix.postConcat(mTransformation.getMatrix());
908 mShownAlpha *= mTransformation.getAlpha();
927 " self=" + (selfTransformation ? mTransformation.getAlpha() : "null") +
1460 pw.print(" "); mTransformation.printShortString(pw);