Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsState.java87 private @Nullable PipReentryState mPipReentryState;
316 mPipReentryState = new PipReentryState(mBoundsScale, fraction); in saveReentryState()
321 public PipReentryState getReentryState() { in getReentryState()
632 public static final class PipReentryState { class in PipBoundsState
633 private static final String TAG = PipReentryState.class.getSimpleName();
638 PipReentryState(float boundsScale, float snapFraction) { in PipReentryState() method in PipBoundsState.PipReentryState
DPipBoundsAlgorithm.java131 final PipBoundsState.PipReentryState reentryState = mPipBoundsState.getReentryState(); in getEntryDestinationBoundsIgnoringKeepClearAreas()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
DPipBoundsStateTest.java121 final PipBoundsState.PipReentryState state = mPipBoundsState.getReentryState(); in testSetReentryState()
142 final PipBoundsState.PipReentryState state = mPipBoundsState.getReentryState(); in testSetLastPipComponentName_notChanged_doesNotClearReentryState()