Searched refs:toHeight (Results 1 – 1 of 1) sorted by relevance
1549 float toHeight = mTmpToClipRect.height() - contentInsets.top - contentInsets.bottom; in createRelaunchAnimation() local1551 if (fromWidth <= toWidth && fromHeight <= toHeight) { in createRelaunchAnimation()1559 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation()1563 translateAdjustment = (int) (contentInsets.top * fromHeight / toHeight); in createRelaunchAnimation()