Searched refs:sourceHintBounds (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DPinnedActivityStack.java51 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, argument
56 getWindowContainerController().animateResizePinnedStack(toBounds, sourceHintBounds,
H A DActivityStackSupervisor.java2968 void moveActivityToPinnedStackLocked(ActivityRecord r, Rect sourceHintBounds, float aspectRatio, argument
3035 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */,
/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedStackWindowController.java81 public void animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, argument
116 mContainer.setAnimationFinalBounds(sourceHintBounds, toBounds, toFullscreen);
149 animateResizePinnedStack(mTmpToBounds, null /* sourceHintBounds */,
H A DTaskStack.java329 void setAnimationFinalBounds(Rect sourceHintBounds, Rect destBounds, boolean toFullscreen) { argument
337 if (sourceHintBounds != null) {
338 mBoundsAnimationSourceHintBounds.set(sourceHintBounds);

Completed in 133 milliseconds