Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java429 float toHeight = mTmpToClipRect.height() - contentInsets.top - contentInsets.bottom; in createRelaunchAnimation() local
431 if (fromWidth <= toWidth && fromHeight <= toHeight) { in createRelaunchAnimation()
439 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation()
443 translateAdjustment = (int) (contentInsets.top * fromHeight / toHeight); in createRelaunchAnimation()