Searched refs:targetStackBounds (Results 1 – 3 of 3) sorted by relevance
2531 void scheduleUpdatePictureInPictureModeIfNeeded(TaskRecord task, Rect targetStackBounds) { in scheduleUpdatePictureInPictureModeIfNeeded() argument2542 mPipModeChangedTargetStackBounds = targetStackBounds; in scheduleUpdatePictureInPictureModeIfNeeded()2549 void updatePictureInPictureMode(TaskRecord task, Rect targetStackBounds, boolean forceUpdate) { in updatePictureInPictureMode() argument2554 r.updatePictureInPictureMode(targetStackBounds, forceUpdate); in updatePictureInPictureMode()
760 void updatePictureInPictureMode(Rect targetStackBounds, boolean forceUpdate) { in updatePictureInPictureMode() argument765 final boolean inPictureInPictureMode = inPinnedWindowingMode() && targetStackBounds != null; in updatePictureInPictureMode()776 if (targetStackBounds != null && !targetStackBounds.isEmpty()) { in updatePictureInPictureMode()
5728 public void updatePictureInPictureModeForPinnedStackAnimation(Rect targetStackBounds, in updatePictureInPictureModeForPinnedStackAnimation() argument5739 mStackSupervisor.updatePictureInPictureMode(tasks.get(i), targetStackBounds, in updatePictureInPictureModeForPinnedStackAnimation() local