Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipSnapAlgorithmTest.java49 private PipSnapAlgorithm mPipSnapAlgorithm; field in PipSnapAlgorithmTest
53 mPipSnapAlgorithm = new PipSnapAlgorithm(); in setUp()
61 mPipSnapAlgorithm.applySnapFraction(bounds, MOVEMENT_BOUNDS, snapFraction); in testApplySnapFraction_topEdge()
72 mPipSnapAlgorithm.applySnapFraction(bounds, MOVEMENT_BOUNDS, snapFraction); in testApplySnapFraction_rightEdge()
105 mPipSnapAlgorithm.applySnapFraction(bounds, MOVEMENT_BOUNDS, snapFraction, in testApplySnapFraction_notStashed_isNotOffBounds()
160 mPipSnapAlgorithm.snapRectToClosestEdge(bounds, MOVEMENT_BOUNDS, bounds, in testSnapRectToClosestEdge_rightEdge()
172 mPipSnapAlgorithm.snapRectToClosestEdge(bounds, MOVEMENT_BOUNDS, bounds, in testSnapRectToClosestEdge_leftEdge()
184 mPipSnapAlgorithm.snapRectToClosestEdge(bounds, MOVEMENT_BOUNDS, bounds, in testSnapRectToClosestEdge_topEdge()
196 mPipSnapAlgorithm.snapRectToClosestEdge(bounds, MOVEMENT_BOUNDS, bounds, in testSnapRectToClosestEdge_bottomEdge()
206 mPipSnapAlgorithm.applySnapFraction(bounds, MOVEMENT_BOUNDS, 3.5f, in testSnapRectToClosestEdge_stashed_unStahesBounds()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandlerTest.java93 private PipSnapAlgorithm mPipSnapAlgorithm; field in PipTouchHandlerTest
114 mPipSnapAlgorithm = new PipSnapAlgorithm(); in setUp()
115 mPipBoundsAlgorithm = new PipBoundsAlgorithm(mContext, mPipBoundsState, mPipSnapAlgorithm, in setUp()
118 mPipTaskOrganizer, mPhonePipMenuController, mPipSnapAlgorithm, in setUp()