1. 9b80ca8 Optimize calls to Trace for animators by Chet Haase · 11 years ago
  2. fdd3ad7 Give animators more useful names in systrace by Chet Haase · 11 years ago
  3. 0a41431 Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-dev by Chet Haase · 11 years ago
  4. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  5. 18772ea Trace ValueAnimator based animations in systrace by Romain Guy · 11 years ago
  6. be19e03 Add auto-cancel ability to ObjectAnimator by Chet Haase · 11 years ago
  7. caf4648 Reset reverse state when an animator ends by Chet Haase · 11 years ago
  8. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  9. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  10. 4dd17686 end() a reverse()'d animation correctly by Chet Haase · 12 years ago
  11. 2936fc0 Make animators more robust against ending mid-stream by Chet Haase · 12 years ago
  12. ff7e6ef Apply ValueAnimator scale factor immediately in WM. by Jeff Brown · 12 years ago
  13. 59bbef0 Improve animation timing. by Jeff Brown · 12 years ago
  14. 20c4f87 Use choreographer frame time to schedule animations. by Jeff Brown · 12 years ago
  15. 17cf42c Fix logic of animator start/cancel/end callbacks by Chet Haase · 12 years ago
  16. ebb2d8d Enable vsync traversals by default. by Jeff Brown · 12 years ago
  17. c6ffab3 Reduce redundant animation processing by Chet Haase · 12 years ago
  18. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  19. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 12 years ago
  20. 4a06c80 Simplify Choreographer API. by Jeff Brown · 12 years ago
  21. c38fa1f Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  22. d21a9fe Add Developer Option setting for Animator scaling. by Chet Haase · 12 years ago
  23. 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
  24. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  25. 96e942d Use a Choreographer to schedule animation and drawing. by Jeff Brown · 13 years ago
  26. 9c38dbe Refactor ValueAnimator to reduce use of ThreadLocals. by Jeff Brown · 13 years ago
  27. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  28. 8b69979 Fix cancellation of AnimatorSet when child animation has delay by Chet Haase · 13 years ago
  29. b8f574a Fix AnimatorSet cancellation issues by Chet Haase · 13 years ago
  30. 7dfacdb Fix Animator cancel() behavior by Chet Haase · 13 years ago
  31. d4dd702 Fix bug with values in cloned animators. by Chet Haase · 13 years ago
  32. a00f386 Add ViewPropertyAnimator for easy animation of View properties by Chet Haase · 13 years ago
  33. 154f145 Fix bug with bad state in animators by Chet Haase · 13 years ago
  34. e9140a7 Fix invalidation bug with View bounds properties by Chet Haase · 13 years ago
  35. add6577 Fix animation and layoutTransition issues. by Chet Haase · 13 years ago
  36. 8901ffa Add a method for clearing all animations on a thread. by Patrick Dubroy · 14 years ago
  37. b2ab04f Remove obsolete DoubleEvaluator by Chet Haase · 14 years ago
  38. 53ee331 Rename RGBEvaluator to ArgbEvaluator by Chet Haase · 14 years ago
  39. 27c1d4d Fix minor animation and doc issues by Chet Haase · 14 years ago
  40. 051d35e Adding TimeAnimator capability (hidden for now) by Chet Haase · 14 years ago
  41. e2ab7cc Change cancel/end behavior of animations to be synchronous by Chet Haase · 14 years ago
  42. 7306668 animation bugfix plus xml resources for new View properties by Chet Haase · 14 years ago
  43. 2970c49 various fixes for animations and javadocs by Chet Haase · 14 years ago
  44. 7c608f2 optimizing for primitive types in animations by Chet Haase · 14 years ago
  45. 70d4ba1 Performance optimizations for animations and toolkit by Chet Haase · 14 years ago
  46. e3bc4e6 Use ThreadLocal for static Animator variables. by Chet Haase · 14 years ago
  47. 599ca29 Expose (internally only) the number of animations currently running. by Brad Fitzpatrick · 14 years ago
  48. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  49. 51b3227 Remove errant minus sign by Chet Haase · 14 years ago
  50. 2794eb3 Remove generics from Animator APIs by Chet Haase · 14 years ago
  51. 83d6e82 Revert "Remove generics from Animator APIs" by Romain Guy · 14 years ago
  52. 41f041d Remove generics from Animator APIs by Chet Haase · 14 years ago
  53. 608fc3c Double the performance of animations. by Chet Haase · 14 years ago
  54. e0ee2e9 New TimeInterpolator interface for android.animation package. by Chet Haase · 14 years ago
  55. 0e0590b bug fixes in animation classes by Chet Haase · 14 years ago
  56. 3060421 Add new WaveView widget to framework and integrate into LockScreen. by Jim Miller · 14 years ago
  57. b20db3e Make fragment animations work when fragments go away by Chet Haase · 14 years ago
  58. a18a86b Rename several animation classes by Chet Haase · 14 years ago