Searched refs:scaleV (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 981 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked() local 992 ? new ScaleAnimation(scaleH, 1, scaleV, 1, scaleHCenter, scaleVCenter) in createAspectScaledThumbnailFreeformAnimationLocked() 993 : new ScaleAnimation(1, scaleH, 1, scaleV, scaleHCenter, scaleVCenter); in createAspectScaledThumbnailFreeformAnimationLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppTransition.java | 734 final float scaleV = enter ? sourceHeight / destHeight : destHeight / sourceHeight; in createAspectScaledThumbnailFreeformAnimationLocked() local 745 new ScaleAnimation(scaleH, 1, scaleV, 1, scaleHCenter, scaleVCenter) in createAspectScaledThumbnailFreeformAnimationLocked() 746 : new ScaleAnimation(1, scaleH, 1, scaleV, scaleHCenter, scaleVCenter); in createAspectScaledThumbnailFreeformAnimationLocked()
|