Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsTransitionHelper.java360 int fromHeight = (int) (transform.rect.height() * scale);
361 if (fromWidth == 0 || fromHeight == 0) {
369 Bitmap b = Bitmap.createBitmap(fromWidth, fromHeight,
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1358 float fromHeight = mTmpFromClipRect.height(); in createRelaunchAnimation() local
1364 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()