Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java251 updateMenuLayout(destinationBounds); in updateMenuBounds()
592 public void updateMenuLayout(Rect bounds) { in updateMenuLayout() method in PhonePipMenuController
602 mPipMenuView.updateMenuLayout(bounds); in updateMenuLayout()
H A DPipMotionHelper.java129 mMenuController.updateMenuLayout(newBounds);
254 mMenuController.updateMenuLayout(newBounds); in movePip()
H A DPipMenuView.java385 void updateMenuLayout(Rect bounds) { in updateMenuLayout() method in PipMenuView