Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d589746 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/21893046'] into tm-qpr3-release.

Change-Id: Ia6046824a4fd141aa7ef322543ab57f8d8dfb2c8
parents b6527385 654c5afb
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -4650,13 +4650,8 @@ public final class NotificationPanelViewController implements Dumpable {
             gesture possible. */
            int pointerIndex = event.findPointerIndex(mTrackingPointer);
            if (pointerIndex < 0) {
                if (mTrackingPointer < 0) {
                pointerIndex = 0;
                mTrackingPointer = event.getPointerId(pointerIndex);
                } else {
                    mShadeLog.logMotionEvent(event, "Skipping intercept of multitouch pointer");
                    return false;
                }
            }
            final float x = event.getX(pointerIndex);
            final float y = event.getY(pointerIndex);