Home
last modified time | relevance | path

Searched refs:destBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java322 private void setAnimationFinalBounds(Rect sourceHintBounds, Rect destBounds, in setAnimationFinalBounds() argument
326 if (destBounds != null) { in setAnimationFinalBounds()
327 mBoundsAnimationTarget.set(destBounds); in setAnimationFinalBounds()
DActivityTaskManagerService.java2587 public void resizeStack(int stackId, Rect destBounds, boolean allowResizeInDockedMode, in resizeStack() argument
2604 stack.animateResizePinnedStack(null /* sourceHintBounds */, destBounds, in resizeStack()
2612 mRootActivityContainer.resizeStack(stack, destBounds, in resizeStack()
2642 final Rect destBounds = new Rect(); in offsetPinnedStackBounds() local
2643 stack.getAnimationOrCurrentBounds(destBounds); in offsetPinnedStackBounds()
2644 if (destBounds.isEmpty() || !destBounds.equals(compareBounds)) { in offsetPinnedStackBounds()
2648 destBounds.offset(xOffset, yOffset); in offsetPinnedStackBounds()
2649 stack.animateResizePinnedStack(null /* sourceHintBounds */, destBounds, in offsetPinnedStackBounds()
DRootActivityContainer.java1015 final Rect destBounds = stack.getDefaultPictureInPictureBounds(aspectRatio); in moveActivityToPinnedStack() local
1056 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */, in moveActivityToPinnedStack()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java6325 public void resizeStack(int stackId, Rect destBounds, boolean allowResizeInDockedMode, in resizeStack() argument
6327 mActivityTaskManager.resizeStack(stackId, destBounds, allowResizeInDockedMode, in resizeStack()