Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandlerTest.java95 final PipSnapAlgorithm pipSnapAlgorithm = new PipSnapAlgorithm(); in setUp() local
99 mPipBoundsState, pipSnapAlgorithm, pipKeepClearAlgorithm, mPipSizeSpecHandler); in setUp()
101 mPipTaskOrganizer, mPhonePipMenuController, pipSnapAlgorithm, in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
DTvPipModule.java133 TvPipBoundsState tvPipBoundsState, PipSnapAlgorithm pipSnapAlgorithm, in provideTvPipBoundsAlgorithm() argument
135 return new TvPipBoundsAlgorithm(context, tvPipBoundsState, pipSnapAlgorithm, in provideTvPipBoundsAlgorithm()
DWMShellModule.java398 PipBoundsState pipBoundsState, PipSnapAlgorithm pipSnapAlgorithm, in providesPipBoundsAlgorithm() argument
401 return new PipBoundsAlgorithm(context, pipBoundsState, pipSnapAlgorithm, in providesPipBoundsAlgorithm()
502 PhonePipMenuController menuController, PipSnapAlgorithm pipSnapAlgorithm, in providePipMotionHelper() argument
506 menuController, pipSnapAlgorithm, pipTransitionController, in providePipMotionHelper()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java812 final PipSnapAlgorithm pipSnapAlgorithm = mPipBoundsAlgorithm.getSnapAlgorithm(); in onDisplayChangedUncheck() local
814 final float snapFraction = pipSnapAlgorithm.getSnapFraction(postChangeBounds, in onDisplayChangedUncheck()
835 pipSnapAlgorithm.applySnapFraction(postChangeBounds, postChangeMovementBounds, in onDisplayChangedUncheck()
1154 final PipSnapAlgorithm pipSnapAlgorithm = mPipBoundsAlgorithm.getSnapAlgorithm(); in onDisplayRotationChanged() local
1158 final float snapFraction = pipSnapAlgorithm.getSnapFraction(postChangeStackBounds, in onDisplayRotationChanged()
1173 pipSnapAlgorithm.applySnapFraction(postChangeStackBounds, postChangeMovementBounds, in onDisplayRotationChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipBoundsAlgorithm.java54 @NonNull PipSnapAlgorithm pipSnapAlgorithm, in PipBoundsAlgorithm() argument
58 mSnapAlgorithm = pipSnapAlgorithm; in PipBoundsAlgorithm()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipBoundsAlgorithm.java67 @NonNull PipSnapAlgorithm pipSnapAlgorithm, in TvPipBoundsAlgorithm() argument
69 super(context, tvPipBoundsState, pipSnapAlgorithm, in TvPipBoundsAlgorithm()