Loading services/core/java/com/android/server/wm/TaskTapPointerEventListener.java +5 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,11 @@ public class TaskTapPointerEventListener implements PointerEventListener { // method target window will lose the focus. return; } mDisplayContent.getParent().positionChildAt(WindowContainer.POSITION_TOP, mDisplayContent, true /* includingParents */); WindowContainer parent = mDisplayContent.getParent(); if (parent != null) { parent.positionChildAt(WindowContainer.POSITION_TOP, mDisplayContent, true /* includingParents */); } } }; } Loading Loading
services/core/java/com/android/server/wm/TaskTapPointerEventListener.java +5 −2 Original line number Diff line number Diff line Loading @@ -66,8 +66,11 @@ public class TaskTapPointerEventListener implements PointerEventListener { // method target window will lose the focus. return; } mDisplayContent.getParent().positionChildAt(WindowContainer.POSITION_TOP, mDisplayContent, true /* includingParents */); WindowContainer parent = mDisplayContent.getParent(); if (parent != null) { parent.positionChildAt(WindowContainer.POSITION_TOP, mDisplayContent, true /* includingParents */); } } }; } Loading