Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java300 final Rect destinationBounds = mPipBoundsAlgorithm.getAdjustedDestinationBounds( in getAdjustedDestinationBounds_returnBoundsMatchesAspectRatio()
348 final Rect destinationBounds = mPipBoundsAlgorithm.getAdjustedDestinationBounds( in getAdjustedDestinationBounds_ignoreMinBounds()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java140 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds() method in PipBoundsAlgorithm
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipBoundsAlgorithm.java112 public Rect getAdjustedDestinationBounds(Rect currentBounds, float newAspectRatio) { in getAdjustedDestinationBounds() method in TvPipBoundsAlgorithm
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java603 mPipBoundsAlgorithm.getAdjustedDestinationBounds( in onInit()