Home
last modified time | relevance | path

Searched refs:getEnterTransformation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowAnimator.java185 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation()); in stepThumbnailAnimation()
DWindowStateAnimator.java1103 tmpMatrix.postConcat(screenRotationAnimation.getEnterTransformation().getMatrix()); in computeShownFrameLocked()
1171 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()
1185 screenRotationAnimation.getEnterTransformation().getAlpha() : "null")); in computeShownFrameLocked()
DScreenRotationAnimation.java1007 public Transformation getEnterTransformation() { in getEnterTransformation() method in ScreenRotationAnimation