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

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppWindowAnimator.java77 final Transformation thumbnailTransformation = new Transformation(); field in class:AppWindowAnimator
214 thumbnailTransformation.clear();
215 thumbnailAnimation.getTransformation(currentTime, thumbnailTransformation);
216 thumbnailTransformation.getMatrix().preTranslate(thumbnailX, thumbnailY);
223 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation());
227 thumbnailTransformation.getMatrix().getValues(tmpFloats);
233 "thumbnail", "alpha=" + thumbnailTransformation.getAlpha()
239 thumbnail.setAlpha(thumbnailTransformation.getAlpha());
409 pw.print(prefix); pw.print("thumbnailTransformation=");
410 pw.println(thumbnailTransformation
[all...]

Completed in 84 milliseconds