Searched refs:animateResizePinnedStack (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | PinnedActivityStack.java | 55 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, in animateResizePinnedStack() method in PinnedActivityStack 60 getWindowContainerController().animateResizePinnedStack(toBounds, sourceHintBounds, in animateResizePinnedStack()
|
D | ActivityStackSupervisor.java | 3374 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */, in moveActivityToPinnedStackLocked()
|
D | ActivityManagerService.java | 11437 stack.animateResizePinnedStack(null /* sourceHintBounds */, 11493 stack.animateResizePinnedStack(null /* sourceHintBounds */, destBounds,
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | PinnedStackWindowController.java | 79 public void animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, in animateResizePinnedStack() method in PinnedStackWindowController 148 animateResizePinnedStack(mTmpToBounds, null /* sourceHintBounds */, in setPictureInPictureAspectRatio()
|