Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java1353 final Rect currentDestinationBounds = animator.getDestinationBounds(); in onMovementBoundsChanged() local
1354 destinationBoundsOut.set(currentDestinationBounds); in onMovementBoundsChanged()
1356 && mPipBoundsState.getDisplayBounds().contains(currentDestinationBounds)) { in onMovementBoundsChanged()
1362 if (newDestinationBounds.equals(currentDestinationBounds)) return; in onMovementBoundsChanged()