Home
last modified time | relevance | path

Searched refs:appRect (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java1053 Animation createCrossProfileAppsThumbnailAnimationLocked(Rect appRect) { in createCrossProfileAppsThumbnailAnimationLocked() argument
1056 return prepareThumbnailAnimationWithDuration(animation, appRect.width(), in createCrossProfileAppsThumbnailAnimationLocked()
1057 appRect.height(), 0, null); in createCrossProfileAppsThumbnailAnimationLocked()
1064 Animation createThumbnailAspectScaleAnimationLocked(Rect appRect, @Nullable Rect contentInsets, in createThumbnailAspectScaleAnimationLocked() argument
1070 final int appWidth = appRect.width(); in createThumbnailAspectScaleAnimationLocked()
1086 toX = mTmpRect.width() / 2 * (scaleW - 1f) + appRect.left; in createThumbnailAspectScaleAnimationLocked()
1087 toY = appRect.height() / 2 * (1 - 1 / scaleW) + appRect.top; in createThumbnailAspectScaleAnimationLocked()
1089 pivotY = appRect.height() / 2 / scaleW; in createThumbnailAspectScaleAnimationLocked()
1101 toX = appRect.left; in createThumbnailAspectScaleAnimationLocked()
1102 toY = appRect.top; in createThumbnailAspectScaleAnimationLocked()
[all …]
DAppWindowToken.java2979 Rect appRect = win != null ? win.getContentFrameLw() : in loadThumbnailAnimation() local
2984 appRect, insets, thumbnailHeader, getTask().mTaskId, displayConfig.uiMode, in loadThumbnailAnimation()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsImpl.java839 Rect appRect = new Rect(displayRect); in calculateWindowStableInsets() local
840 appRect.inset(inOutInsets); in calculateWindowStableInsets()
844 windowRectWithInsets.intersect(appRect); in calculateWindowStableInsets()