1. c00972b Don't recreate a new texture every time we draw a layer. by Romain Guy · 14 years ago
  2. 8ae0f3f Fix bug 2988160 - Flinging broken in certain apps/widgets by Adam Powell · 14 years ago
  3. 88cf2fc Optimize VelocityTracker to run in linear time. by Jeff Brown · 14 years ago
  4. 9e2ad36 Enhanced VelocityTracker for > 5 pointers and fixed bugs. by Jeff Brown · 14 years ago
  5. b111014 merge from open-source master by The Android Open Source Project · 14 years ago
  6. b79781a Use integer for loop counter instead of float by Kenny Root · 14 years ago
  7. 80ea00c Fix the build. by Romain Guy · 14 years ago
  8. 0bba68d Fix VelocityTracker for CTS tests by Adam Powell · 14 years ago
  9. 73d8fca VelocityTracker now uses pointer id instead of index when referring to by Adam Powell · 14 years ago
  10. 87da860 Manually merged VelocityTracker changes by Adam Powell · 14 years ago
  11. ce760cd Use a circular buffer in VelocityTracker by Marc Capdevielle · 15 years ago
  12. 8acdb20 Added TransformGestureDetector (still in progress) by Adam Powell · 15 years ago
  13. cf4550c donut snapshot by Jean-Baptiste Queru · 15 years ago
  14. 4296fc4 Fixes #1444844. Set a maximum fling velocity in scrollable views. by Romain Guy · 15 years ago
  15. 843ef36 donut snapshot by Jean-Baptiste Queru · 15 years ago
  16. 2e9bbce AI 144013: Rename PoolFactory to Pools, to follow the java.util convention (Collections, Arrays.) by Romain Guy · 15 years ago
  17. d928d68 AI 143890: Fixes #1749387. Improve the pooling of the VelocityTracker class. This introduces a new, hidden, API for pooling objects easily. by Romain Guy · 15 years ago
  18. fb43fea6 AI 143815: am: CL 143758 Fixes #1749387. When a client of VelocityTracker obtains an instance from the pool, actually remove the object from the pool. Otherwise, several clients can share the same VelocityTracker which can lead to really weird side effects (including concurrency and UI issues.) by Romain Guy · 15 years ago
  19. d65addb AI 143758: Fixes #1749387. When a client of VelocityTracker obtains an instance from the pool, actually remove the object from the pool. Otherwise, several clients can share the same VelocityTracker which can lead to really weird side effects (including concurrency and UI issues.) by Romain Guy · 15 years ago
  20. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  21. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  22. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago