Home
last modified time | relevance | path

Searched defs:pipSnapAlgorithm (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandlerTest.java89 final PipSnapAlgorithm pipSnapAlgorithm = new PipSnapAlgorithm(); in setUp() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DTvPipModule.java97 PipBoundsState pipBoundsState, PipSnapAlgorithm pipSnapAlgorithm) { in providePipBoundsAlgorithm()
H A DWMShellModule.java234 PipBoundsState pipBoundsState, PipSnapAlgorithm pipSnapAlgorithm) { in providesPipBoundsAlgorithm()
317 PhonePipMenuController menuController, PipSnapAlgorithm pipSnapAlgorithm, in providePipMotionHelper()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java492 final PipSnapAlgorithm pipSnapAlgorithm = mPipBoundsAlgorithm.getSnapAlgorithm(); in onDisplayChanged() local
730 final PipSnapAlgorithm pipSnapAlgorithm = mPipBoundsAlgorithm.getSnapAlgorithm(); in onDisplayRotationChanged() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipBoundsAlgorithm.java62 @NonNull PipSnapAlgorithm pipSnapAlgorithm) { in PipBoundsAlgorithm()