Searched refs:toHeight (Results 1 – 1 of 1) sorted by relevance
1362 float toHeight = mTmpToClipRect.height() - contentInsets.top - contentInsets.bottom; in createRelaunchAnimation() local1364 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()