Searched refs:sourceHintBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskStack.java | 322 private void setAnimationFinalBounds(Rect sourceHintBounds, Rect destBounds, in setAnimationFinalBounds() argument 331 if (sourceHintBounds != null) { in setAnimationFinalBounds() 332 mBoundsAnimationSourceHintBounds.set(sourceHintBounds); in setAnimationFinalBounds() 1701 void animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, in animateResizePinnedStack() argument 1735 setAnimationFinalBounds(sourceHintBounds, toBounds, toFullscreen); in animateResizePinnedStack()
|
D | RootActivityContainer.java | 996 void moveActivityToPinnedStack(ActivityRecord r, Rect sourceHintBounds, float aspectRatio, in moveActivityToPinnedStack() argument 1056 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */, in moveActivityToPinnedStack()
|
D | ActivityStack.java | 5640 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, in animateResizePinnedStack() argument 5647 getTaskStack().animateResizePinnedStack(toBounds, sourceHintBounds, in animateResizePinnedStack()
|