Searched refs:destBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskStack.java | 369 void setAnimationFinalBounds(Rect sourceHintBounds, Rect destBounds, boolean toFullscreen) { in setAnimationFinalBounds() argument 372 if (destBounds != null) { in setAnimationFinalBounds() 373 mBoundsAnimationTarget.set(destBounds); in setAnimationFinalBounds()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStackSupervisor.java | 3289 boolean moveTopStackActivityToPinnedStackLocked(int stackId, Rect destBounds) { in moveTopStackActivityToPinnedStackLocked() argument 3334 final Rect destBounds = stack.getDefaultPictureInPictureBounds(aspectRatio); in moveActivityToPinnedStackLocked() local 3374 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */, in moveActivityToPinnedStackLocked()
|
D | ActivityManagerService.java | 11477 public void resizeStack(int stackId, Rect destBounds, boolean allowResizeInDockedMode, 11493 stack.animateResizePinnedStack(null /* sourceHintBounds */, destBounds, 11501 mStackSupervisor.resizeStackLocked(stack, destBounds, null /* tempTaskBounds */,
|