Home
last modified time | relevance | path

Searched refs:destBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java765 final Rect destBounds = getDestinationBounds(); in ofBounds() local
766 getSurfaceTransactionHelper().resetScale(tx, leash, destBounds); in ofBounds()
773 getSurfaceTransactionHelper().crop(tx, leash, destBounds); in ofBounds()
DPipTransition.java1257 final Rect destBounds = mPipOrganizer.getCurrentOrAnimatingBounds(); in updatePipForUnhandledTransition() local
1260 .crop(startTransaction, leash, destBounds) in updatePipForUnhandledTransition()
1264 .crop(finishTransaction, leash, destBounds) in updatePipForUnhandledTransition()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java186 Rect destBounds = mPipKeepClearAlgorithm.adjust(mPipBoundsState, in updatePipPositionForKeepClearAreas() local
189 if (!destBounds.equals(mPipBoundsState.getBounds())) { in updatePipPositionForKeepClearAreas()
192 mPipTaskOrganizer.scheduleAnimateResizePip(destBounds, in updatePipPositionForKeepClearAreas()
196 mPipTaskOrganizer.updateAnimatorBounds(destBounds); in updatePipPositionForKeepClearAreas()
DPipTouchHandler.java724 final Rect destBounds = mPipBoundsAlgorithm.adjustNormalBoundsToFitMenu(normalBounds, in animateToNormalSize() local
727 mPipBoundsAlgorithm.getMovementBounds(destBounds, in animateToNormalSize()
729 mSavedSnapFraction = mMotionHelper.animateToExpandedState(destBounds, in animateToNormalSize()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipTouchHandler.java733 final Rect destBounds = mPipBoundsAlgorithm.adjustNormalBoundsToFitMenu(normalBounds, in animateToNormalSize() local
736 mPipBoundsAlgorithm.getMovementBounds(destBounds, in animateToNormalSize()
738 mSavedSnapFraction = mMotionHelper.animateToExpandedState(destBounds, in animateToNormalSize()