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

Commit 88b49695 authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "Switch System.currentTimeMillis() to Event.getEventTime()" into tm-qpr-dev

parents 7d8b12a2 c58eb3c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2340,7 +2340,7 @@ public final class NotificationPanelViewController implements Dumpable {
            // When false, down but not synthesized motion event.
            mLastEventSynthesizedDown = mExpectingSynthesizedDown;
            mLastDownEvents.insert(
                    mSystemClock.currentTimeMillis(),
                    event.getEventTime(),
                    mDownX,
                    mDownY,
                    mQsTouchAboveFalsingThreshold,