1. 318005c Reset velocity for pointers that have been canceled by Siarhei Vishniakou · 1 year, 11 months ago
  2. 8a2e589 Override VelocityTracker strategy for non-differential axes only by Siarhei Vishniakou · 2 years, 1 month ago
  3. d9c4008 Improve VelocityTracker bad pointer ID crash log by Yeabkal Wubshit · 2 years, 2 months ago
  4. 0164277 Merge "libs/input: make parameter comment style consistent" into udc-dev am: 3fcbed1e8e am: c33d6aa640 by Harry Cutts · 2 years, 6 months ago
  5. 82c791c libs/input: make parameter comment style consistent by Harry Cutts · 2 years, 6 months ago
  6. 540dc07 Avoid RingBuffer creation on each VelocityTracker#add call by Yeabkal Wubshit · 2 years, 6 months ago
  7. fa806e4 Avoid Temporary Memory Allocation in LSQ2 Velocity Calculation by Yeabkal Wubshit · 2 years, 6 months ago
  8. 4a678b2 Avoid Temporary Memory Allocation in Impulse Velocity Calculation by Yeabkal Wubshit · 2 years, 7 months ago
  9. 64f090f Use RingBuffer in VelocityTracker by Yeabkal Wubshit · 2 years, 6 months ago
  10. a0e573c Create AccumulatingVelocityTrackerStrategy by Yeabkal Wubshit · 2 years, 6 months ago
  11. 9b4443f Remove VelocityTracker::Estimator by Yeabkal Wubshit · 2 years, 6 months ago
  12. c36d21e Ignore resampled values when computing velocity by Siarhei Vishniakou · 2 years, 8 months ago
  13. 8d23203 Per-pointer processing in VelocityTracker by Siarhei Vishniakou · 2 years, 8 months ago
  14. 657a173 Use std::optional for active pointer id by Siarhei Vishniakou · 2 years, 8 months ago
  15. eca273c Create Native VelocityTracker#isAxisSupported Function by Yeabkal Wubshit · 3 years ago
  16. 0bb5e59 Add VelocityTracker Support for AXIS_SCROLL by Yeabkal Wubshit · 3 years ago
  17. 67b3ab0 VelocityTracker Cleanups by Yeabkal Wubshit · 3 years ago
  18. 47ff708 Improve VelocityTracker Strategy Handling by Yeabkal Wubshit · 3 years ago
  19. 384ab0f Reland "Make VelocityTracker 1D" (--try 2) by Yeabkal Wubshit · 3 years ago
  20. 86f72a3 Revert "Make VelocityTracker 1D" by Sam Dubey · 3 years ago
  21. 37acf6e Make VelocityTracker 1D by Yeabkal Wubshit · 3 years ago
  22. 9f26fc3 Check whether pointer has stopped at liftoff - try 2 by Siarhei Vishniakou · 3 years, 3 months ago
  23. 21fcc2b Revert "Check whether pointer has stopped at liftoff" by Siarhei Vishniakou · 3 years, 3 months ago
  24. 456acaa Check whether pointer has stopped at liftoff by Siarhei Vishniakou · 3 years, 3 months ago
  25. 276467b Add dynamic debug logs to VelocityTracker by Siarhei Vishniakou · 3 years, 6 months ago
  26. e37bcec Use constexpr in VelocityTracker by Siarhei Vishniakou · 4 years ago
  27. 81e8b16 Use vector instead of VLA in solveLeastSquares by Siarhei Vishniakou · 5 years ago
  28. 69e4d0f Extend the for loop to use all samples by Siarhei Vishniakou · 5 years ago
  29. ae0f990 Use std::vector instead of VLA for addMovement by Siarhei Vishniakou · 5 years ago
  30. f859148 Represent VelocityTracker Strategy as enum class. by Chris Ye · 5 years ago
  31. 346ac6a Prevent entries with identical times by Siarhei Vishniakou · 6 years ago
  32. 8893de4 Do not use raw coordinates in VelocityTracker am: 4c3137a9d3 am: b46fc185a7 by Siarhei Vishniakou · 7 years ago
  33. b46fc18 Do not use raw coordinates in VelocityTracker am: 4c3137a9d3 by Siarhei Vishniakou · 7 years ago
  34. 4c3137a Do not use raw coordinates in VelocityTracker by Siarhei Vishniakou · 7 years ago
  35. 92cf5f6 Merge "Movement estimates for pointer location" am: 3803f0b564 am: 86cf7a6b7c by Siarhei Vishniakou · 7 years ago
  36. e96bc7a Movement estimates for pointer location by Siarhei Vishniakou · 7 years ago
  37. 5bed83b [input] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  38. 55d48df Use persist property for velocitytracker strategy by Siarhei Vishniakou · 7 years ago
  39. e7d4775 Rename a constant in VelocityTracker by Siarhei Vishniakou · 8 years ago
  40. 6de8f5e Rename a constant in VelocityTracker by Siarhei Vishniakou · 8 years ago
  41. 2bc43ca Use raw coordinates in VelocityTracker by Siarhei Vishniakou · 8 years ago
  42. e63cbba Revert back to lsq2 velocity strategy by Siarhei Vishniakou · 8 years ago
  43. 7e78b9e Switch to impulse VelocityTracker strategy by Siarhei Vishniakou · 8 years ago
  44. 899c2aa Revert to lsq2 VelocityTracker strategy by Siarhei Vishniakou · 8 years ago
  45. 13e4bdc Switch to ImpulseVelocityTracker fling strategy. by Siarhei Vishniakou · 8 years ago
  46. 219aec37 Merge "Different previous velocity calculation" by TreeHugger Robot · 8 years ago
  47. 97b5e18 Different previous velocity calculation by Siarhei Vishniakou · 8 years ago
  48. d4b607e Native test for VelocityTracker by Siarhei Vishniakou · 8 years ago
  49. 4cd4009 Switch back to lsq2 VelocityTracker strategy. by Siarhei Vishniakou · 8 years ago
  50. 00a4ea9 New impulse-based VelocityTracker strategy. by Siarhei Vishniakou · 8 years ago
  51. 986678f Merge "Faster unweighted 2nd degree least squares algo." by Siarhei Vishniakou · 8 years ago
  52. ec2727e Convert String8 to std::string by Siarhei Vishniakou · 8 years ago
  53. 7b9d189 Fix SIGABRT caused by integer sanitizer. by Siarhei Vishniakou · 8 years ago
  54. 489d38e Faster unweighted 2nd degree least squares algo. by Siarhei Vishniakou · 8 years ago
  55. 389ddba Enable multiple benign overflow conditions. by Dan Austin · 10 years ago
  56. 5912f95 Move input library code from frameworks/base. by Jeff Brown · 12 years ago