Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java132 final boolean useCurrentSize = reentryState != null && reentryState.getSize() != null; in getEntryDestinationBoundsIgnoringKeepClearAreas()
135 useCurrentSize); in getEntryDestinationBoundsIgnoringKeepClearAreas()
234 boolean useCurrentMinEdgeSize, boolean useCurrentSize) { in transformBoundsToAspectRatioIfValid() argument
238 useCurrentMinEdgeSize, useCurrentSize); in transformBoundsToAspectRatioIfValid()
248 boolean useCurrentMinEdgeSize, boolean useCurrentSize) { in transformBoundsToAspectRatio() argument
254 if (useCurrentMinEdgeSize || useCurrentSize) { in transformBoundsToAspectRatio()