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.java223 thumbnailTransformation.postCompose(screenRotationAnimation.getEnterTransformation()); in stepThumbnailAnimation()
DWindowStateAnimator.java1105 tmpMatrix.postConcat(screenRotationAnimation.getEnterTransformation().getMatrix()); in computeShownFrameLocked()
1170 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()
1184 screenRotationAnimation.getEnterTransformation().getAlpha() : "null")); in computeShownFrameLocked()
DScreenRotationAnimation.java1001 public Transformation getEnterTransformation() { in getEnterTransformation() method in ScreenRotationAnimation