Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NearestTouchFrame.java +3 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,9 @@ public class NearestTouchFrame extends FrameLayout { } private View findNearestChild(MotionEvent event) { if (mClickableChildren.isEmpty()) { return null; } return mClickableChildren .stream() .filter(v -> v.isAttachedToWindow()) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NearestTouchFrame.java +3 −0 Original line number Diff line number Diff line Loading @@ -95,6 +95,9 @@ public class NearestTouchFrame extends FrameLayout { } private View findNearestChild(MotionEvent event) { if (mClickableChildren.isEmpty()) { return null; } return mClickableChildren .stream() .filter(v -> v.isAttachedToWindow()) Loading