From c58eb3c699fbc4e6156b7b25cac7e7349ff3f2a4 Mon Sep 17 00:00:00 2001 From: Justin Weir Date: Tue, 10 Jan 2023 15:51:47 -0500 Subject: [PATCH] Switch System.currentTimeMillis() to Event.getEventTime() Fixes: 265047028 Test: N/A logging only change Change-Id: I6b4058e1aa7d79fbe41014fb78daba3f0495c133 --- .../android/systemui/shade/NotificationPanelViewController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java b/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java index 8f512d0205b82..946cb6703fcc7 100644 --- a/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java +++ b/packages/SystemUI/src/com/android/systemui/shade/NotificationPanelViewController.java @@ -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,