Merge "Switch System.currentTimeMillis() to Event.getEventTime()" into tm-qpr-dev
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user