Searched defs:appRect (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java902 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, argument
908 final int appWidth = appRect.width();
924 toX = mTmpRect.width() / 2 * (scaleW - 1f) + appRect.left;
925 toY = appRect.height() / 2 * (1 - 1 / scaleW) + appRect.top;
927 pivotY = appRect.height() / 2 / scaleW;
933 toX = appRect.left;
934 toY = appRect.top;
954 mTmpToClipRect.set(appRect);
1000 return prepareThumbnailAnimationWithDuration(a, appWidth, appRect
[all...]

Completed in 349 milliseconds