Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java1255 final Rect currentDestinationBounds = animator.getDestinationBounds(); in onMovementBoundsChanged() local
1256 destinationBoundsOut.set(currentDestinationBounds); in onMovementBoundsChanged()
1258 && mPipBoundsState.getDisplayBounds().contains(currentDestinationBounds)) { in onMovementBoundsChanged()
1264 if (newDestinationBounds.equals(currentDestinationBounds)) return; in onMovementBoundsChanged()