Searched refs:destBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 765 final Rect destBounds = getDestinationBounds(); in ofBounds() local 766 getSurfaceTransactionHelper().resetScale(tx, leash, destBounds); in ofBounds() 773 getSurfaceTransactionHelper().crop(tx, leash, destBounds); in ofBounds()
|
D | PipTransition.java | 1257 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/ |
D | PipController.java | 186 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()
|
D | PipTouchHandler.java | 724 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/ |
D | PipTouchHandler.java | 733 final Rect destBounds = mPipBoundsAlgorithm.adjustNormalBoundsToFitMenu(normalBounds, in animateToNormalSize() local 736 mPipBoundsAlgorithm.getMovementBounds(destBounds, in animateToNormalSize() 738 mSavedSnapFraction = mMotionHelper.animateToExpandedState(destBounds, in animateToNormalSize()
|