Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1537 float fromHeight = mTmpFromClipRect.height(); in createRelaunchAnimation() local
1543 if (fromWidth <= toWidth && fromHeight <= toHeight) { in createRelaunchAnimation()
1551 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation()
1555 translateAdjustment = (int) (contentInsets.top * fromHeight / toHeight); in createRelaunchAnimation()