Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java601 computePivot(mTmpRect.left, scaleW), in createScaleUpAnimationLockedCompat()
673 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat() local
675 a = new ScaleAnimation(scaleW, 1, scaleH, 1, in createThumbnailEnterExitAnimationLockedCompat()
676 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLockedCompat()
701 float scaleW = thumbWidth / appWidth; in createThumbnailEnterExitAnimationLockedCompat() local
704 computePivot(mTmpRect.left, scaleW), in createThumbnailEnterExitAnimationLockedCompat()
872 float scaleW = appWidth / thumbWidth; in createThumbnailAspectScaleAnimationLocked() local
889 pivotY = appRect.height() / 2 / scaleW; in createThumbnailAspectScaleAnimationLocked()
894 toY -= thumbHeightI * scaleW; in createThumbnailAspectScaleAnimationLocked()
906 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW, pivotX, pivotY); in createThumbnailAspectScaleAnimationLocked()
[all …]