Switch System.currentTimeMillis() to Event.getEventTime()

Fixes: 265047028
Test: N/A logging only change
Change-Id: I6b4058e1aa7d79fbe41014fb78daba3f0495c133
This commit is contained in:
Justin Weir
2023-01-10 15:51:47 -05:00
parent e4cfc06683
commit c58eb3c699

View File

@@ -2288,7 +2288,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,