Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java237 transformBoundsToAspectRatio(destinationBounds, aspectRatio, in transformBoundsToAspectRatioIfValid()
247 public void transformBoundsToAspectRatio(Rect stackBounds, float aspectRatio, in transformBoundsToAspectRatio() method in PipBoundsAlgorithm
430 transformBoundsToAspectRatio(adjustedNormalBounds, in adjustNormalBoundsToFitMenu()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithmTest.java250 mPipBoundsAlgorithm.transformBoundsToAspectRatio(defaultBoundsAdjustedToAspectRatio, in getNormalBounds_validAspectRatio_returnsAdjustedDefaultBounds()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandler.java512 mPipBoundsAlgorithm.transformBoundsToAspectRatio(mLastResizeBounds, in onDragCornerResize()