Searched refs:destBounds (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | TaskStack.java | 369 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 D | ActivityStackSupervisor.java | 3289 boolean moveTopStackActivityToPinnedStackLocked(int stackId, Rect destBounds) { argument 3334 final Rect destBounds = stack.getDefaultPictureInPictureBounds(aspectRatio); 3374 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */,
|
H A D | ActivityManagerService.java | 11438 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 84 milliseconds