Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DResizeVeil.java86 Rect taskBounds = mTaskInfo.configuration.windowConfiguration.getBounds(); in setupResizeVeil() local
114 Rect taskBounds, boolean fadeIn) { in showVeil()
148 public void showVeil(SurfaceControl parentSurface, Rect taskBounds) { in showVeil()
H A DDesktopModeWindowDecoration.java299 public void showResizeVeil(Rect taskBounds) { in showResizeVeil()
306 public void showResizeVeil(SurfaceControl.Transaction tx, Rect taskBounds) { in showResizeVeil()
H A DDragPositioningCallbackUtility.java169 WindowDecoration windowDecoration, Rect taskBounds, ShellTaskOrganizer taskOrganizer) { in applyTaskBoundsChange()
H A DWindowDecoration.java225 final Rect taskBounds = taskConfig.windowConfiguration.getBounds(); in relayout() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DISplitSelectListener.aidl28 … boolean onRequestSplitSelect(in RunningTaskInfo taskInfo, int splitPosition, in Rect taskBounds); in onRequestSplitSelect()
H A DSplitScreen.java70 int splitPosition, Rect taskBounds) { in onRequestEnterSplitSelect()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DRestartDialogWindowManager.java149 final Rect taskBounds = getTaskBounds(); in updateDialogMargins() local
233 final Rect taskBounds = getTaskBounds(); in getWindowLayoutParams() local
H A DLetterboxEduWindowManager.java154 final Rect taskBounds = getTaskBounds(); in updateDialogMargins() local
238 final Rect taskBounds = getTaskBounds(); in getWindowLayoutParams() local
H A DCompatUIWindowManager.java201 final Rect taskBounds = getTaskBounds(); in updateSurfacePosition() local
H A DUserAspectRatioSettingsWindowManager.java171 final Rect taskBounds = getTaskBounds(); in updateSurfacePosition() local
H A DReachabilityEduWindowManager.java195 final Rect taskBounds = getTaskBounds(); in getWindowLayoutParams() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationTestBase.java98 @NonNull Rect endBounds, @NonNull Rect taskBounds) { in createEmbeddedChange()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitPresenterTest.java398 final Rect taskBounds = new Rect(TASK_BOUNDS); in testGetRelBoundsForPosition_splitVertically_isRelativeToParent() local
785 private static TaskContainer.TaskProperties getTaskProperties(@NonNull Rect taskBounds) { in getTaskProperties()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDualDisplayAreaGroupPolicyTest.java207 final Rect taskBounds = new Rect(mFirstTask.getBounds()); in testLaunchPortraitApp_fillsDisplayAreaGroup() local
273 final Rect taskBounds = new Rect(mFirstTask.getBounds()); in testLaunchLandscapeApp_activityIsLetterboxForFixedOrientationInDisplayAreaGroup() local
H A DTaskFragmentOrganizerControllerTest.java1394 final Rect taskBounds = new Rect(task.getBounds()); in testUntrustedEmbedding_configChange() local
1544 final Rect taskBounds = new Rect(200, 200, 700, 1500); in testApplyTransaction_setRelativeBounds() local
1574 final Rect taskBounds = new Rect(0, 0, 500, 1000); in testUntrustedEmbedding_setRelativeBounds_adjustToTaskBounds() local
H A DActivityRecordTests.java2000 final Rect taskBounds = task.getBounds(); in testIsSnapshotCompatible() local
2026 final Rect taskBounds = task.getBounds(); in testIsSnapshotCompatibleTopActivityChanged() local
2045 final Rect taskBounds = task.getBounds(); in testIsSnapshotCompatibleTaskSizeChanged() local
3008 final Rect taskBounds = task.getBounds(); in testStartingWindowInTaskFragment() local
3064 final Rect taskBounds = new Rect(100, 400, 600, 800); in testTransitionAnimationBounds() local
3101 final Rect taskBounds = new Rect(100, 400, 600, 800); in testTransitionAnimationBounds_returnTaskFragment() local
H A DAppTransitionTests.java447 final Rect taskBounds = new Rect(); in testActivityRecordReparentedToTaskFragment() local
H A DTaskFragmentTest.java336 final Rect taskBounds = task.getBounds(); in testEmbeddedTaskFragmentEnterPip_singleActivity_resetOrganizerOverrideConfig() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java102 final Rect taskBounds = new Rect(0, 0, taskSize.x, taskSize.y); in create() local
/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DSnapshotDrawerUtilsTest.java65 int windowFlags, Rect taskBounds) { in setupSurface()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskContainer.java394 final Rect taskBounds = mConfiguration.windowConfiguration.getBounds(); in translateAbsoluteBoundsToRelativeBounds() local
H A DSplitPresenter.java851 final Rect taskBounds = taskConfiguration.windowConfiguration.getBounds(); in getLeftContainerBounds() local
1074 final Rect taskBounds = taskConfiguration.windowConfiguration.getBounds(); in getTaskWindowMetrics() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeVisualIndicator.java97 public static int determineIndicatorType(PointF inputCoordinates, Rect taskBounds, in determineIndicatorType()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAbsAppSnapshotController.java410 final Rect taskBounds = source.getBounds(); in drawAppThemeSnapshot() local
/aosp14/frameworks/base/core/java/android/window/
H A DSnapshotDrawerUtils.java124 Rect taskBounds) { in SnapshotSurface()

12