History log of /frameworks/native/libs/input/VelocityTracker.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
389ddbad52b32beeee6d3f361145b7431bae3536 22-Sep-2015 Dan Austin <danielaustin@google.com> Enable multiple benign overflow conditions.

In VelocityTracker.cpp, there are multiple loops in which loop
termination occurs when the value becomes zero. These termination
conditions are all written value-- > 0, which, since value is
unsigned, result in an integer overflow condition when value is 0.
These loop were refactored to eliminate these conditions.

Bug: 24171356
Change-Id: Ie44940cfef8a122ee1aff59c021274ba39a368bf
/frameworks/native/libs/input/VelocityTracker.cpp
5912f95d26f77d2b6df13e1f2672e48e3f9b871c 02-Jul-2013 Jeff Brown <jeffbrown@google.com> Move input library code from frameworks/base.

Change-Id: I4983db61b53e28479fc90d9211fafff68f7f49a6
/frameworks/native/libs/input/VelocityTracker.cpp