Searched refs:fromHeight (Results 1 – 2 of 2) sorted by relevance
360 int fromHeight = (int) (transform.rect.height() * scale);361 if (fromWidth == 0 || fromHeight == 0) {369 Bitmap b = Bitmap.createBitmap(fromWidth, fromHeight,
1358 float fromHeight = mTmpFromClipRect.height(); 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()