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.java659 private static float computePivot(int startPos, float finalScale) { in computePivot() method in AppTransition
734 computePivot(mTmpRect.left, scaleW), in createScaleUpAnimationLocked()
735 computePivot(mTmpRect.top, scaleH)); in createScaleUpAnimationLocked()
1440 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked()
1441 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked()
1457 computePivot(mTmpRect.left, 1 / scaleW), in createThumbnailScaleAnimationLocked()
1458 computePivot(mTmpRect.top, 1 / scaleH)); in createThumbnailScaleAnimationLocked()
1486 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked()
1487 computePivot(mTmpRect.top, scaleH)); in createThumbnailEnterExitAnimationLocked()
1514 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLocked()
[all …]