Home
last modified time | relevance | path

Searched defs:targetStackBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPinnedStackWindowListener.java31 default void updatePictureInPictureModeForPinnedStackAnimation(Rect targetStackBounds, in updatePictureInPictureModeForPinnedStackAnimation()
DPinnedStackWindowController.java204 public void updatePictureInPictureModeForPinnedStackAnimation(Rect targetStackBounds, in updatePictureInPictureModeForPinnedStackAnimation()
/frameworks/base/services/core/java/com/android/server/am/
DPinnedActivityStack.java98 public void updatePictureInPictureModeForPinnedStackAnimation(Rect targetStackBounds, in updatePictureInPictureModeForPinnedStackAnimation()
106 mStackSupervisor.updatePictureInPictureMode(tasks.get(i), targetStackBounds, in updatePictureInPictureModeForPinnedStackAnimation() local
DActivityStackSupervisor.java4585 void scheduleUpdatePictureInPictureModeIfNeeded(TaskRecord task, Rect targetStackBounds) { in scheduleUpdatePictureInPictureModeIfNeeded()
4603 void updatePictureInPictureMode(TaskRecord task, Rect targetStackBounds, boolean forceUpdate) { in updatePictureInPictureMode()
DActivityRecord.java689 void updatePictureInPictureMode(Rect targetStackBounds, boolean forceUpdate) { in updatePictureInPictureMode()