Searched refs:appRect (Results 1 – 3 of 3) sorted by relevance
902 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked() argument908 final int appWidth = appRect.width(); in createThumbnailAspectScaleAnimationLocked()924 toX = mTmpRect.width() / 2 * (scaleW - 1f) + appRect.left; in createThumbnailAspectScaleAnimationLocked()925 toY = appRect.height() / 2 * (1 - 1 / scaleW) + appRect.top; in createThumbnailAspectScaleAnimationLocked()927 pivotY = appRect.height() / 2 / scaleW; in createThumbnailAspectScaleAnimationLocked()933 toX = appRect.left; in createThumbnailAspectScaleAnimationLocked()934 toY = appRect.top; in createThumbnailAspectScaleAnimationLocked()954 mTmpToClipRect.set(appRect); in createThumbnailAspectScaleAnimationLocked()1000 return prepareThumbnailAnimationWithDuration(a, appWidth, appRect.height(), 0, in createThumbnailAspectScaleAnimationLocked()
1665 Rect appRect = win != null ? win.getContentFrameLw() : in createThumbnailAppAnimator() local1672 anim = mService.mAppTransition.createThumbnailAspectScaleAnimationLocked(appRect, in createThumbnailAppAnimator()
650 Rect appRect = new Rect(displayRect); in calculateWindowStableInsets() local651 appRect.inset(inOutInsets); in calculateWindowStableInsets()655 windowRectWithInsets.intersect(appRect); in calculateWindowStableInsets()