Searched refs:computePivot (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 595 private static float computePivot(int startPos, float finalScale) { in computePivot() method in AppTransition 670 computePivot(mTmpRect.left, scaleW), in createScaleUpAnimationLocked() 671 computePivot(mTmpRect.top, scaleH)); in createScaleUpAnimationLocked() 1341 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked() 1342 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked() 1358 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked() 1359 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked() 1387 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked() 1388 computePivot(mTmpRect.top, scaleH)); in createThumbnailEnterExitAnimationLocked() 1415 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked() [all …]
|