Loading packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuActivityController.java +3 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,9 @@ public class PipMenuActivityController { if (mToActivityMessenger != null) { Bundle data = new Bundle(); data.putInt(EXTRA_MENU_STATE, menuState); if (stackBounds != null) { data.putParcelable(EXTRA_STACK_BOUNDS, stackBounds); } data.putParcelable(EXTRA_MOVEMENT_BOUNDS, movementBounds); data.putBoolean(EXTRA_ALLOW_TIMEOUT, allowMenuTimeout); data.putBoolean(EXTRA_WILL_RESIZE_MENU, willResizeMenu); Loading Loading
packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuActivityController.java +3 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,9 @@ public class PipMenuActivityController { if (mToActivityMessenger != null) { Bundle data = new Bundle(); data.putInt(EXTRA_MENU_STATE, menuState); if (stackBounds != null) { data.putParcelable(EXTRA_STACK_BOUNDS, stackBounds); } data.putParcelable(EXTRA_MOVEMENT_BOUNDS, movementBounds); data.putBoolean(EXTRA_ALLOW_TIMEOUT, allowMenuTimeout); data.putBoolean(EXTRA_WILL_RESIZE_MENU, willResizeMenu); Loading