Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java101 return transformBoundsToAspectRatioIfValid(getDefaultBounds(), in getNormalBounds()
133 Rect aspectRatioBounds = transformBoundsToAspectRatioIfValid(destinationBounds, in getEntryDestinationBoundsIgnoringKeepClearAreas()
141 return transformBoundsToAspectRatioIfValid(currentBounds, newAspectRatio, in getAdjustedDestinationBounds()
233 private Rect transformBoundsToAspectRatioIfValid(Rect bounds, float aspectRatio, in transformBoundsToAspectRatioIfValid() method in PipBoundsAlgorithm