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

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java369 void setAnimationFinalBounds(Rect sourceHintBounds, Rect destBounds, boolean toFullscreen) { argument
372 if (destBounds != null) {
373 mBoundsAnimationTarget.set(destBounds);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java3289 boolean moveTopStackActivityToPinnedStackLocked(int stackId, Rect destBounds) { argument
3334 final Rect destBounds = stack.getDefaultPictureInPictureBounds(aspectRatio);
3374 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */,
H A DActivityManagerService.java11438 null /* destBounds */, animationDuration, false /* fromFullscreen */);
11477 public void resizeStack(int stackId, Rect destBounds, boolean allowResizeInDockedMode, argument
11493 stack.animateResizePinnedStack(null /* sourceHintBounds */, destBounds,
11501 mStackSupervisor.resizeStackLocked(stack, destBounds, null /* tempTaskBounds */,
[all...]

Completed in 206 milliseconds