Home
last modified time | relevance | path

Searched refs:animateResizePinnedStack (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DPinnedActivityStack.java55 void animateResizePinnedStack(Rect sourceHintBounds, Rect toBounds, int animationDuration, in animateResizePinnedStack() method in PinnedActivityStack
60 getWindowContainerController().animateResizePinnedStack(toBounds, sourceHintBounds, in animateResizePinnedStack()
DActivityStackSupervisor.java3374 stack.animateResizePinnedStack(sourceHintBounds, destBounds, -1 /* animationDuration */, in moveActivityToPinnedStackLocked()
DActivityManagerService.java11437 stack.animateResizePinnedStack(null /* sourceHintBounds */,
11493 stack.animateResizePinnedStack(null /* sourceHintBounds */, destBounds,
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackWindowController.java79 public void animateResizePinnedStack(Rect toBounds, Rect sourceHintBounds, in animateResizePinnedStack() method in PinnedStackWindowController
148 animateResizePinnedStack(mTmpToBounds, null /* sourceHintBounds */, in setPictureInPictureAspectRatio()