Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java281 final Rect destinationBounds = mPipBoundsAlgorithm.getAdjustedDestinationBounds( in getAdjustedDestinationBounds_returnBoundsMatchesAspectRatio()
329 final Rect destinationBounds = mPipBoundsAlgorithm.getAdjustedDestinationBounds( in getAdjustedDestinationBounds_ignoreMinBounds()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithm.java146 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds() method in PipBoundsAlgorithm
H A DPipTaskOrganizer.java768 final Rect destinationBounds = mPipBoundsAlgorithm.getAdjustedDestinationBounds( in onTaskInfoChanged()