Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PhonePipMenuController.java +4 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,10 @@ public class PhonePipMenuController implements PipMenuController { return; } // Sync the menu bounds before showing it in case it is out of sync. movePipMenu(null /* pipLeash */, null /* transaction */, stackBounds); updateMenuBounds(stackBounds); mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, showResizeHandle); } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PhonePipMenuController.java +4 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,10 @@ public class PhonePipMenuController implements PipMenuController { return; } // Sync the menu bounds before showing it in case it is out of sync. movePipMenu(null /* pipLeash */, null /* transaction */, stackBounds); updateMenuBounds(stackBounds); mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, showResizeHandle); } Loading