Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java1361 final Rect newDestinationBounds = mPipBoundsAlgorithm.getEntryDestinationBounds(); in onMovementBoundsChanged() local
1362 if (newDestinationBounds.equals(currentDestinationBounds)) return; in onMovementBoundsChanged()
1363 updateAnimatorBounds(newDestinationBounds); in onMovementBoundsChanged()
1364 destinationBoundsOut.set(newDestinationBounds); in onMovementBoundsChanged()