Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java531 private static float computePivot(int startPos, float finalScale) { in computePivot() method in AppTransition
606 computePivot(mTmpRect.left, scaleW), in createScaleUpAnimationLocked()
607 computePivot(mTmpRect.right, scaleH)); in createScaleUpAnimationLocked()
1255 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked()
1256 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked()
1272 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked()
1273 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked()
1301 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked()
1302 computePivot(mTmpRect.top, scaleH)); in createThumbnailEnterExitAnimationLocked()
1329 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked()
[all …]