Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1362 float toHeight = mTmpToClipRect.height() - contentInsets.top - contentInsets.bottom; in createRelaunchAnimation() local
1364 if (fromWidth <= toWidth && fromHeight <= toHeight) { in createRelaunchAnimation()
1372 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation()
1376 translateAdjustment = (int) (contentInsets.top * fromHeight / toHeight); in createRelaunchAnimation()