Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationTarget.java55 boolean setPinnedStackSize(Rect stackBounds, Rect taskBounds); in setPinnedStackSize()
DTaskSnapshotSurface.java148 final Rect taskBounds; in create() local
237 int sysUiVis, int windowFlags, int windowPrivateFlags, Rect taskBounds, in TaskSnapshotSurface()
DAppWindowToken.java1678 final Rect taskBounds = task.getBounds(); in onConfigurationChanged() local
DDisplayPolicy.java1257 public boolean getLayoutHintLw(LayoutParams attrs, Rect taskBounds, in getLayoutHintLw()
DRootActivityContainer.java1295 Rect[] taskBounds = new Rect[numTasks]; in getStackInfo() local
DActivityStack.java5107 final Rect taskBounds = tempTaskBounds != null ? tempTaskBounds : bounds; in resize() local
DWindowManagerService.java1575 final Rect taskBounds; in addWindow() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java170 public boolean setPinnedStackSize(Rect stackBounds, Rect taskBounds) { in setPinnedStackSize()
620 private static boolean assertEqualSizeAtOffset(Rect stackBounds, Rect taskBounds) { in assertEqualSizeAtOffset()
DTaskSnapshotSurfaceTest.java64 int windowFlags, Rect taskBounds) { in setupSurface()
DDisplayPolicyLayoutTests.java457 final Rect taskBounds = new Rect(100, 100, 200, 200); in layoutHint_appWindowInTask() local
486 final Rect taskBounds = new Rect(100, mFrames.mContent.bottom + 1, in layoutHint_appWindowInTask_outsideContentFrame() local
DAppWindowTokenTests.java489 final Rect taskBounds = new Rect(100, 400, 600, 800); in testTransitionAnimationBounds() local
DWindowFrameTests.java275 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom); in testLayoutNonfullscreenTask() local
393 final Rect taskBounds = new Rect(taskLeft, taskTop, taskRight, taskBottom); in testLayoutLetterboxedWindow() local
/frameworks/base/core/java/android/app/
DActivityTaskManager.java394 public void resizeDockedStack(Rect stackBounds, Rect taskBounds) { in resizeDockedStack()