Home
last modified time | relevance | path

Searched refs:appBounds (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java118 @NonNull Rect appBounds, in SwipePipToHomeAnimator() argument
132 mAppBounds.set(appBounds); in SwipePipToHomeAnimator()
152 } else if (!appBounds.contains(sourceRectHint)) { in SwipePipToHomeAnimator()
169 if ((appBounds.width() / (float) appBounds.height()) > aspectRatio) { in SwipePipToHomeAnimator()
172 (int) (appBounds.height() * aspectRatio), appBounds.height()); in SwipePipToHomeAnimator()
174 (appBounds.width() - mSourceRectHint.width()) / 2, 0); in SwipePipToHomeAnimator()
178 appBounds.width(), (int) (appBounds.width() / aspectRatio)); in SwipePipToHomeAnimator()
180 0, (appBounds.height() - mSourceRectHint.height()) / 2); in SwipePipToHomeAnimator()
195 mSourceHintRectInsets = new Rect(mSourceRectHint.left - appBounds.left, in SwipePipToHomeAnimator()
196 mSourceRectHint.top - appBounds.top, in SwipePipToHomeAnimator()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopTaskView.kt122 it.task.appBounds in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentTasksList.java359 task.appBounds = taskInfo.configuration.windowConfiguration.getAppBounds(); in createDesktopTask()
DAbsSwipeUpHandler.java1768 final Rect appBounds = new Rect();
1774 mRemoteTargetHandles[0].getTaskViewSimulator().getCurrentCropRect().round(appBounds);
1776 appBounds.set(winConfig.getBounds());
1786 .setAppBounds(appBounds)
DSystemUiProxy.java687 SurfaceControl overlay, Rect appBounds, Rect sourceRectHint) { in stopSwipePipToHome() argument
691 appBounds, sourceRectHint); in stopSwipePipToHome()