Searched refs:computePivot (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 661 private static float computePivot(int startPos, float finalScale) { in computePivot() method in AppTransition 736 computePivot(mTmpRect.left, scaleW), in createScaleUpAnimationLocked() 737 computePivot(mTmpRect.top, scaleH)); in createScaleUpAnimationLocked() 1442 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked() 1443 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked() 1459 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked() 1460 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked() 1488 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked() 1489 computePivot(mTmpRect.top, scaleH)); in createThumbnailEnterExitAnimationLocked() 1516 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked() [all …]
|