Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java1263 final Rect newDestinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onMovementBoundsChanged() local
1264 if (newDestinationBounds.equals(currentDestinationBounds)) return; in onMovementBoundsChanged()
1265 updateAnimatorBounds(newDestinationBounds); in onMovementBoundsChanged()
1266 destinationBoundsOut.set(newDestinationBounds); in onMovementBoundsChanged()