Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsAlgorithm.java139 final boolean useCurrentSize = reentryState != null && reentryState.getSize() != null; in getEntryDestinationBounds()
142 useCurrentSize); in getEntryDestinationBounds()
209 boolean useCurrentMinEdgeSize, boolean useCurrentSize) { in transformBoundsToAspectRatioIfValid() argument
213 useCurrentMinEdgeSize, useCurrentSize); in transformBoundsToAspectRatioIfValid()
223 boolean useCurrentMinEdgeSize, boolean useCurrentSize) { in transformBoundsToAspectRatio() argument
230 if (useCurrentMinEdgeSize || useCurrentSize) { in transformBoundsToAspectRatio()