Searched refs:fromHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/ |
D | RecentsTransitionComposer.java | 141 int fromHeight = (int) (transform.rect.height() * scale); in composeTaskBitmap() local 142 if (fromWidth == 0 || fromHeight == 0) { in composeTaskBitmap() 149 return RecentsTransition.drawViewIntoHardwareBitmap(fromWidth, fromHeight, null, 1f, in composeTaskBitmap() 152 return RecentsTransition.drawViewIntoHardwareBitmap(fromWidth, fromHeight, taskView, in composeTaskBitmap()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppTransition.java | 1543 float fromHeight = mTmpFromClipRect.height(); in createRelaunchAnimation() local 1549 if (fromWidth <= toWidth && fromHeight <= toHeight) { in createRelaunchAnimation() 1557 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation() 1561 translateAdjustment = (int) (contentInsets.top * fromHeight / toHeight); in createRelaunchAnimation()
|