1. 02ecf04 Merge "Distance based animation duration" by Doris Liu · 9 years ago
  2. 0084e37 Distance based animation duration by Doris Liu · 9 years ago
  3. 4e1e6af Merge "The ValueAnimator's state need to be totally reset during clone." by ztenghui · 9 years ago
  4. 26e9a19 The ValueAnimator's state need to be totally reset during clone. by ztenghui · 9 years ago
  5. c42b28d Fix animation start jank due to expensive layout operations. by Jeff Brown · 9 years ago
  6. c615c6f Annotate methods to be called from overrides with @CallSuper by Tor Norbye · 9 years ago
  7. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  8. 34efbce am af8c621d: Merge "Allow infinite-repeat zero-duration animators to continue repeating" into lmp-mr1-dev automerge: 458cc6a by Chet Haase · 10 years ago
  9. d15e94f Allow infinite-repeat zero-duration animators to continue repeating by Chet Haase · 10 years ago
  10. d430753 Add resource attributes for Keyframes and PropertyValuesHolders by Chet Haase · 10 years ago
  11. 5a5afe0 Fix docs build by Eino-Ville Talvala · 10 years ago
  12. f4e3bab Fix seeking behavior by Chet Haase · 10 years ago
  13. 5a25e5b Zero duration animations snap to end value when started by Chet Haase · 10 years ago
  14. 0d1c27a Fix seeking and scaled duration behavior by Chet Haase · 10 years ago
  15. d422dc3 Added a generic configuration and theme based cache by Yigit Boyar · 10 years ago
  16. 7a08fe0 Reapply animation duration scale each time it is started. by Jeff Brown · 10 years ago
  17. c01bd11 Return Animator instead of ValueAnimator by John Reck · 10 years ago
  18. d3de42c Add RT-enabled reveal animator by John Reck · 10 years ago
  19. 7bc6a3f Add more reverse support to AnimatedVD by ztenghui · 10 years ago
  20. 2ed16ac Fix problem on Animator with a start delay. by George Mount · 10 years ago
  21. 1ffb280 Add ofArgb to ObjectAnimator and ValueAnimator. by George Mount · 11 years ago
  22. f43fb2a Reversing immediately after starting animator ends it by Chet Haase · 11 years ago
  23. 8aa1ffb pause/resume for Animators by Chet Haase · 11 years ago
  24. 9b80ca8 Optimize calls to Trace for animators by Chet Haase · 11 years ago
  25. fdd3ad7 Give animators more useful names in systrace by Chet Haase · 11 years ago
  26. 0a41431 Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-dev by Chet Haase · 11 years ago
  27. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  28. 18772ea Trace ValueAnimator based animations in systrace by Romain Guy · 11 years ago
  29. be19e03 Add auto-cancel ability to ObjectAnimator by Chet Haase · 11 years ago
  30. caf4648 Reset reverse state when an animator ends by Chet Haase · 11 years ago
  31. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  32. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  33. 4dd17686 end() a reverse()'d animation correctly by Chet Haase · 12 years ago
  34. 2936fc0 Make animators more robust against ending mid-stream by Chet Haase · 12 years ago
  35. ff7e6ef Apply ValueAnimator scale factor immediately in WM. by Jeff Brown · 12 years ago
  36. 59bbef0 Improve animation timing. by Jeff Brown · 12 years ago
  37. 20c4f87 Use choreographer frame time to schedule animations. by Jeff Brown · 12 years ago
  38. 17cf42c Fix logic of animator start/cancel/end callbacks by Chet Haase · 12 years ago
  39. ebb2d8d Enable vsync traversals by default. by Jeff Brown · 12 years ago
  40. c6ffab3 Reduce redundant animation processing by Chet Haase · 12 years ago
  41. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  42. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 12 years ago
  43. 4a06c80 Simplify Choreographer API. by Jeff Brown · 12 years ago
  44. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  45. d21a9fe Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  46. 2b07267 am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 13 years ago
  47. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  48. 96e942d Use a Choreographer to schedule animation and drawing. by Jeff Brown · 13 years ago
  49. 9c38dbe Refactor ValueAnimator to reduce use of ThreadLocals. by Jeff Brown · 13 years ago
  50. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  51. 8b69979 Fix cancellation of AnimatorSet when child animation has delay by Chet Haase · 13 years ago
  52. b8f574a Fix AnimatorSet cancellation issues by Chet Haase · 13 years ago
  53. 7dfacdb Fix Animator cancel() behavior by Chet Haase · 13 years ago
  54. d4dd702 Fix bug with values in cloned animators. by Chet Haase · 13 years ago
  55. a00f386 Add ViewPropertyAnimator for easy animation of View properties by Chet Haase · 13 years ago
  56. 154f145 Fix bug with bad state in animators by Chet Haase · 13 years ago
  57. e9140a7 Fix invalidation bug with View bounds properties by Chet Haase · 13 years ago
  58. add6577 Fix animation and layoutTransition issues. by Chet Haase · 13 years ago
  59. 8901ffa Add a method for clearing all animations on a thread. by Patrick Dubroy · 14 years ago
  60. b2ab04f Remove obsolete DoubleEvaluator by Chet Haase · 14 years ago
  61. 53ee331 Rename RGBEvaluator to ArgbEvaluator by Chet Haase · 14 years ago
  62. 27c1d4d Fix minor animation and doc issues by Chet Haase · 14 years ago
  63. 051d35e Adding TimeAnimator capability (hidden for now) by Chet Haase · 14 years ago
  64. e2ab7cc Change cancel/end behavior of animations to be synchronous by Chet Haase · 14 years ago
  65. 7306668 animation bugfix plus xml resources for new View properties by Chet Haase · 14 years ago
  66. 2970c49 various fixes for animations and javadocs by Chet Haase · 14 years ago
  67. 7c608f2 optimizing for primitive types in animations by Chet Haase · 14 years ago
  68. 70d4ba1 Performance optimizations for animations and toolkit by Chet Haase · 14 years ago
  69. e3bc4e6 Use ThreadLocal for static Animator variables. by Chet Haase · 14 years ago
  70. 599ca29 Expose (internally only) the number of animations currently running. by Brad Fitzpatrick · 14 years ago
  71. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  72. 51b3227 Remove errant minus sign by Chet Haase · 14 years ago
  73. 2794eb3 Remove generics from Animator APIs by Chet Haase · 14 years ago
  74. 83d6e82 Revert "Remove generics from Animator APIs" by Romain Guy · 14 years ago
  75. 41f041d Remove generics from Animator APIs by Chet Haase · 14 years ago
  76. 608fc3c Double the performance of animations. by Chet Haase · 14 years ago
  77. e0ee2e9 New TimeInterpolator interface for android.animation package. by Chet Haase · 14 years ago
  78. 0e0590b bug fixes in animation classes by Chet Haase · 14 years ago
  79. 3060421 Add new WaveView widget to framework and integrate into LockScreen. by Jim Miller · 14 years ago
  80. b20db3e Make fragment animations work when fragments go away by Chet Haase · 14 years ago
  81. a18a86b Rename several animation classes by Chet Haase · 14 years ago