Loading libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipMenuView.java +3 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,9 @@ public class PipMenuView extends FrameLayout { } }); // this disables the ripples mEnterSplitButton.setEnabled(false); findViewById(R.id.resize_handle).setAlpha(0); mActionsGroup = findViewById(R.id.actions_group); Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/PipMenuView.java +3 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,9 @@ public class PipMenuView extends FrameLayout { } }); // this disables the ripples mEnterSplitButton.setEnabled(false); findViewById(R.id.resize_handle).setAlpha(0); mActionsGroup = findViewById(R.id.actions_group); Loading