Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37661c15 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am d7d58be0: am 00144745: Merge "Make the throttling more sensitive to...

am d7d58be0: am 00144745: Merge "Make the throttling more sensitive to end-to-end latency." into gingerbread

Merge commit 'd7d58be0b8c1be69bfb774f38bf6d1410d87c4ce'

* commit 'd7d58be0b8c1be69bfb774f38bf6d1410d87c4ce':
  Make the throttling more sensitive to end-to-end latency.
parents d56f54b2 82b4a9ed
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -201,7 +201,8 @@ void InputDispatcher::dispatchOnce() {
                    }
#endif

                    mThrottleState.lastEventTime = currentTime;
                    mThrottleState.lastEventTime = entry->eventTime < currentTime
                            ? entry->eventTime : currentTime;
                    mThrottleState.lastDeviceId = deviceId;
                    mThrottleState.lastSource = source;
                }