Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsTransitionHelper.java359 int fromWidth = (int) (transform.rect.width() * scale);
361 if (fromWidth == 0 || fromHeight == 0) {
369 Bitmap b = Bitmap.createBitmap(fromWidth, fromHeight,
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1356 float fromWidth = mTmpFromClipRect.width(); in createRelaunchAnimation() local
1364 if (fromWidth <= toWidth && fromHeight <= toHeight) { in createRelaunchAnimation()
1372 set.addAnimation(new ScaleAnimation(fromWidth / toWidth, 1, fromHeight / toHeight, 1)); in createRelaunchAnimation()