Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java226 void movePip(Rect toBounds) { in movePip() method in PipMotionHelper
227 movePip(toBounds, false /* isDragging */); in movePip()
237 void movePip(Rect toBounds, boolean isDragging) { in movePip() method in PipMotionHelper
492 movePip(normalBounds);
H A DPipAccessibilityInteractionConnection.java152 mMotionHelper.movePip(mTmpBounds); in performAccessibilityAction()
H A DPipTouchHandler.java840 mMotionHelper.movePip(mTmpBounds, true /* isDragging */); in onMove()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipController.java308 movePip(KEYCODE_DPAD_LEFT); in movePipToOppositeSide()
310 movePip(KEYCODE_DPAD_RIGHT); in movePipToOppositeSide()
383 public void movePip(int keycode) { in movePip() method in TvPipController
H A DTvPipMenuController.java502 mDelegate.movePip(keycode); in onPipMovement()
518 void movePip(int keycode); in movePip() method
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuControllerTest.java235 verify(mMockDelegate).movePip(eq(TEST_MOVE_KEYCODE)); in testOnPipMovement_MoveMode()