Switch System.currentTimeMillis() to Event.getEventTime()
Fixes: 265047028 Test: N/A logging only change Change-Id: I6b4058e1aa7d79fbe41014fb78daba3f0495c133
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user