Home
last modified time | relevance | path

Searched defs:taskBounds (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/
H A DFreeformTaskListener.java70 final Rect taskBounds = taskInfo.configuration.windowConfiguration.getBounds(); in onTaskAppeared() local
102 final Rect taskBounds = taskInfo.configuration.windowConfiguration.getBounds(); in onTaskInfoChanged() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowFrameTests.java182 final Rect taskBounds = new Rect( in testLayoutNonfullscreenTask() local
228 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom); in testLayoutLetterboxedWindow() local
H A DDualDisplayAreaGroupPolicyTest.java170 final Rect taskBounds = new Rect(mFirstTask.getBounds()); in testLaunchPortraitApp_fillsDisplayAreaGroup() local
221 final Rect taskBounds = new Rect(mFirstTask.getBounds()); in testLaunchLandscapeApp_activityIsLetterboxForFixedOrientationInDisplayAreaGroup() local
H A DTaskSnapshotSurfaceTest.java78 int windowFlags, Rect taskBounds) { in setupSurface()
H A DAppTransitionTests.java438 final Rect taskBounds = new Rect(); in testActivityRecordReparentToTaskFragment() local
H A DSizeCompatTests.java1513 final Rect taskBounds = new Rect(mTask.getBounds()); in testDisplayIgnoreOrientationRequest_newLaunchedOrientationAppInLetterbox() local
1557 final Rect taskBounds = new Rect(mTask.getBounds()); in testDisplayIgnoreOrientationRequest_newLaunchedMaxAspectApp() local
H A DActivityRecordTests.java2739 final Rect taskBounds = task.getBounds(); in testStartingWindowInTaskFragment() local
2790 final Rect taskBounds = new Rect(100, 400, 600, 800); in testTransitionAnimationBounds() local
2828 final Rect taskBounds = new Rect(100, 400, 600, 800); in testTransitionAnimationBounds_returnTaskFragment() local
H A DRootTaskTests.java248 final Rect taskBounds = new Rect(200, 200, 800, 1000); in testTaskOutset() local
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DOverviewTask.java108 final Rect taskBounds = mLauncher.getVisibleBounds(mTask); in dismissBySwipingUp() local
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindowTest.java71 int windowFlags, Rect taskBounds) { in setupSurface()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIWindowManager.java242 final Rect taskBounds = mTaskConfig.windowConfiguration.getBounds(); in updateSurfacePosition() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java203 final Rect taskBounds = new Rect(0, 0, taskSize.x, taskSize.y); in create() local
263 int appearance, int windowFlags, int windowPrivateFlags, Rect taskBounds, in TaskSnapshotWindow()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java168 final Rect taskBounds; in create() local
264 int windowPrivateFlags, Rect taskBounds, int currentOrientation, int activityType, in TaskSnapshotSurface()
H A DTaskFragmentOrganizerController.java617 final Rect taskBounds = parentTask.getBounds(); in isActivityEmbedded() local
H A DTask.java2208 final Rect taskBounds = getBounds(); in updateSurfaceSize() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTransition.java354 Rect taskBounds = null; in prepareFinishResizeTransaction() local
H A DPipTaskOrganizer.java1253 final Rect taskBounds; in prepareFinishResizeTransaction() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskShortcutFactory.java217 final Rect taskBounds = new Rect(position[0], position[1], in onClick() local