Searched refs:destBounds (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipAnimationController.java | 761 final Rect destBounds = getDestinationBounds(); in ofBounds() local 762 getSurfaceTransactionHelper().resetScale(tx, leash, destBounds); in ofBounds() 769 getSurfaceTransactionHelper().crop(tx, leash, destBounds); in ofBounds() 772 mContentOverlay.onAnimationEnd(tx, destBounds); in ofBounds()
|
H A D | PipTransition.java | 1105 final Rect destBounds = mPipOrganizer.getCurrentOrAnimatingBounds(); in updatePipForUnhandledTransition() local 1108 .crop(startTransaction, leash, destBounds) in updatePipForUnhandledTransition() 1112 .crop(finishTransaction, leash, destBounds) in updatePipForUnhandledTransition()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 184 Rect destBounds = mPipKeepClearAlgorithm.adjust(mPipBoundsState, in updatePipPositionForKeepClearAreas() local 187 if (!destBounds.equals(mPipBoundsState.getBounds())) { in updatePipPositionForKeepClearAreas() 190 mPipTaskOrganizer.scheduleAnimateResizePip(destBounds, in updatePipPositionForKeepClearAreas() 194 mPipTaskOrganizer.updateAnimatorBounds(destBounds); in updatePipPositionForKeepClearAreas()
|
H A D | PipTouchHandler.java | 719 final Rect destBounds = mPipBoundsAlgorithm.adjustNormalBoundsToFitMenu(normalBounds, in animateToNormalSize() local 722 mPipBoundsAlgorithm.getMovementBounds(destBounds, in animateToNormalSize() 724 mSavedSnapFraction = mMotionHelper.animateToExpandedState(destBounds, in animateToNormalSize()
|