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

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java83 final Transformation thumbnailTransformation = new Transformation(); field in class:AppWindowAnimator
257 thumbnailTransformation.clear();
259 thumbnailAnimation.getTransformation(animationFrameTime, thumbnailTransformation);
266 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation());
270 thumbnailTransformation.getMatrix().getValues(tmpFloats);
276 "thumbnail", "alpha=" + thumbnailTransformation.getAlpha()
282 thumbnail.setAlpha(thumbnailTransformation.getAlpha());
293 thumbnail.setWindowCrop(thumbnailTransformation.getClipRect());
469 pw.print(prefix); pw.print("thumbnailTransformation=");
470 pw.println(thumbnailTransformation
[all...]

Completed in 41 milliseconds