Searched defs:destBounds (Results 1 - 3 of 3) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java10604 public void resizeStack(int stackId, Rect destBounds, boolean allowResizeInDockedMode, argument
10616 destBounds, animationDuration, false /* fromFullscreen */);
10623 mStackSupervisor.resizeStackLocked(stackId, destBounds, null /* tempTaskBounds */,
[all...]
H A DActivityStackSupervisor.java2930 boolean moveTopStackActivityToPinnedStackLocked(int stackId, Rect destBounds) { argument
3028 final Rect destBounds = stack.getDefaultPictureInPictureBounds(aspectRatio);
3030 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */,
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java329 void setAnimationFinalBounds(Rect sourceHintBounds, Rect destBounds, boolean toFullscreen) { argument
332 if (destBounds != null) {
333 mBoundsAnimationTarget.set(destBounds);

Completed in 131 milliseconds