Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java217 updateMenuLayout(destinationBounds); in updateMenuBounds()
583 public void updateMenuLayout(Rect bounds) { in updateMenuLayout() method in PhonePipMenuController
591 mPipMenuView.updateMenuLayout(bounds); in updateMenuLayout()
H A DPipMotionHelper.java151 mMenuController.updateMenuLayout(newBounds);
279 mMenuController.updateMenuLayout(newBounds); in movePip()
H A DPipMenuView.java365 void updateMenuLayout(Rect bounds) { in updateMenuLayout() method in PipMenuView