Searched defs:thumbnailTransformation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowAnimator.java48 final Transformation thumbnailTransformation = new Transformation(); field in class:AppWindowAnimator
135 thumbnailTransformation.clear();
136 thumbnailAnimation.getTransformation(currentTime, thumbnailTransformation);
137 thumbnailTransformation.getMatrix().preTranslate(thumbnailX, thumbnailY);
144 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation());
148 thumbnailTransformation.getMatrix().getValues(tmpFloats);
154 "thumbnail", "alpha=" + thumbnailTransformation.getAlpha()
160 thumbnail.setAlpha(thumbnailTransformation.getAlpha());
304 pw.print(prefix); pw.print("thumbnailTransformation=");
305 pw.println(thumbnailTransformation
[all...]

Completed in 23 milliseconds