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

This commit is contained in:
Justin Weir
2023-01-11 18:24:30 +00:00
committed by Android (Google) Code Review

View File

@@ -2340,7 +2340,7 @@ public final class NotificationPanelViewController implements Dumpable {
// When false, down but not synthesized motion event. // When false, down but not synthesized motion event.
mLastEventSynthesizedDown = mExpectingSynthesizedDown; mLastEventSynthesizedDown = mExpectingSynthesizedDown;
mLastDownEvents.insert( mLastDownEvents.insert(
mSystemClock.currentTimeMillis(), event.getEventTime(),
mDownX, mDownX,
mDownY, mDownY,
mQsTouchAboveFalsingThreshold, mQsTouchAboveFalsingThreshold,