Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
H A DPipBoundsAlgorithm.java126 final PipBoundsState.PipReentryState reentryState = mPipBoundsState.getReentryState(); in getEntryDestinationBoundsIgnoringKeepClearAreas() local
128 final Rect destinationBounds = reentryState != null in getEntryDestinationBoundsIgnoringKeepClearAreas()
129 ? getDefaultBounds(reentryState.getSnapFraction(), reentryState.getSize()) in getEntryDestinationBoundsIgnoringKeepClearAreas()
132 final boolean useCurrentSize = reentryState != null && reentryState.getSize() != null; in getEntryDestinationBoundsIgnoringKeepClearAreas()