Searched refs:fromHeight (Results 1 – 1 of 1) sorted by relevance
1537 float fromHeight = mTmpFromClipRect.height(); in createRelaunchAnimation() local1543 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()