1. f0b7d0b Add @UnsupportedAppUsage to test apis that are known to be used by apps. by Artur Satayev · 4 years, 9 months ago
  2. a39ce8b docs: fix typos by Joshua Baxter · 4 years, 9 months ago
  3. 6167cf1 Merge "Restrict reflection access to ValueAnimator's sDurationScale" by TreeHugger Robot · 5 years ago
  4. 61fe23a Restrict reflection access to ValueAnimator's sDurationScale by Daniel Santiago Rivera · 5 years ago
  5. 95c1046 Restrict usage of LayoutTransition.cancel() methods by Andrey Kulikov · 5 years ago
  6. c997fc6 Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6 by kopriva · 6 years ago
  7. 4d12f4c Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6 by kopriva · 6 years ago
  8. a1a7848 docs: fixing errors found with lint check by kopriva · 6 years ago
  9. e54e759 Merge "Add @UnsupportedAppUsage annotations" am: 058b566f90 am: 38a6375f99 by Mathew Inwood · 6 years ago
  10. 38a6375 Merge "Add @UnsupportedAppUsage annotations" am: 058b566f90 by Mathew Inwood · 6 years ago
  11. 61beb33 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  12. a228c37 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  13. 93fae90 Merge "Merge "Docs: fixed variables" into pi-dev am: 116158689c" into pi-dev-plus-aosp by Laura Davis · 6 years ago
  14. b7ffb5f Docs: fixed variables by Laura Davis · 6 years ago
  15. 0b2c836 Remove unnecessary value setting in AnimatorSet seeking by Doris Liu · 6 years ago
  16. c2333b7 Add ability to override global duration scale on ValueAnimator by Jorim Jaggi · 7 years ago
  17. 2902716 Fix end() for infinite AnimatorSet by Doris Liu · 7 years ago
  18. a5e833e Merge "Ensure that we use SF Vsync Choreographer for the PiP transition." into oc-dev am: e1e0db8ca9 by Wale Ogunwale · 7 years ago
  19. 4a526c1 Ensure that we use SF Vsync Choreographer for the PiP transition. by Winson Chung · 7 years ago
  20. ba087b0 Merge "Merge "Better handle non-recommended use and warn against it in JavaDoc" into oc-dev am: 8d06d8cbf1" into oc-dev-plus-aosp by Doris Liu · 7 years ago
  21. 8d06d8c Merge "Better handle non-recommended use and warn against it in JavaDoc" into oc-dev by Doris Liu · 7 years ago
  22. 88bb31b Better handle non-recommended use and warn against it in JavaDoc by Doris Liu · 7 years ago
  23. 7d0b3bb Merge "Ensure start delay is properly scaled with duration scale" into oc-dev am: 9057f846ac by Doris Liu · 7 years ago
  24. 2ac6547 Ensure start delay is properly scaled with duration scale by Doris Liu · 7 years ago
  25. 367804f Merge "Fix infinite loop problem in AnimationHandler" into oc-dev am: 163ec051d1 by Chet Haase · 7 years ago
  26. da93742 Fix infinite loop problem in AnimationHandler by Chet Haase · 7 years ago
  27. 01e1b85 Merge "Remove internal listener when cloning" into oc-dev am: a7dde34a81 by Aurimas Liutikas · 7 years ago
  28. 7fb80f7 Update the mTotalDuration for each animation in an AnimatorSet. by Philip Quinn · 7 years ago
  29. c457547 Remove internal listener when cloning by Doris Liu · 7 years ago
  30. 56b2df0 Fix racy clone by Doris Liu · 7 years ago
  31. 02eabdf Refine JavaDocs for AnimatorSet#getCurrentPlayTime() by Doris Liu · 7 years ago
  32. 5fb129c Behavior compat for child being manipulated outside Animatorset by Doris Liu · 7 years ago
  33. ae570c0 Remove workaround for end() not supported in some app by Doris Liu · 7 years ago
  34. d7968dc Fix 0 duration scale for pre-O apps by Doris Liu · 7 years ago
  35. 21ba77f Ensure behavior consistency for 0 duration scale by Doris Liu · 7 years ago
  36. e8a5d8d Fix start time modification outside of updatePlayTime() by Doris Liu · 7 years ago
  37. c9b5034 Correctly handle infinite start time by Doris Liu · 7 years ago
  38. dd65ab0 Add getter for current play time by Doris Liu · 7 years ago
  39. 6d45209 Fix reverse with start delay by Doris Liu · 7 years ago
  40. 466149d Merge "Fix start delay for ValueAnimator" by TreeHugger Robot · 7 years ago
  41. 3b46687 Fix start delay for ValueAnimator by Doris Liu · 7 years ago
  42. 5c71b8c Make sure start() is called for custom animators by Doris Liu · 7 years ago
  43. 6ba5ed3 Use listener to determine whether an Animator has ended by Doris Liu · 7 years ago
  44. 1f6c3fb Merge "Work around a bug in an An app" by Doris Liu · 7 years ago
  45. 66c564e Work around a bug in an An app by Doris Liu · 7 years ago
  46. 40e8469 Refine the comparator for the animation event sorting by Doris Liu · 7 years ago
  47. 1335199 New functionalities for AnimatorSet: Reverse, Seek by Doris Liu · 8 years ago
  48. ad804a9 Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66 by Doris Liu · 8 years ago
  49. 21b93c1 Add API info about Keyframe and PropertyValuesHolder by Doris Liu · 8 years ago
  50. 67e2ae8 Fix import statement in view|transition|animation packages. by Aurimas Liutikas · 8 years ago
  51. 49a513b Add API to query whether animators are enabled by Chet Haase · 8 years ago
  52. 2d7cb10 Allow null target in ObjectAnimator if the target has never been set am: 4d04b1a446 am: fd2c4f186b by Doris Liu · 8 years ago
  53. 9300120 docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap am: 5232329b4e am: 1456a0a321 by Kevin Hufnagle · 8 years ago
  54. fd2c4f1 Allow null target in ObjectAnimator if the target has never been set by Doris Liu · 8 years ago
  55. 8e9b8b6 docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap am: 5232329b4e by Kevin Hufnagle · 8 years ago
  56. 4cb0558 docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap am: 5232329b4e by Kevin Hufnagle · 8 years ago
  57. ad5cafd docs: Added note in LayoutTransition class reference that APPEARING and DISAPPEARING animation timelines cannot overlap by Kevin Hufnagle · 8 years ago
  58. 4d04b1a Allow null target in ObjectAnimator if the target has never been set by Doris Liu · 8 years ago
  59. 5232329 docs: Added note in LayoutTransition class reference that APPEARING by Kevin Hufnagle · 8 years ago
  60. 76817fa Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. am: 0a815bb94f am: 3687be955f by Teng-Hui Zhu · 8 years ago
  61. 0a815bb Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. by Teng-Hui Zhu · 8 years ago
  62. f66d2f6 Fix out of order listener callback for animator set containing empty sets by Doris Liu · 8 years ago
  63. a06d1f8 Fix NPE in ValueAnimator am: 543a7ed7af am: 705e2fb40c by Justin Klaassen · 8 years ago
  64. 543a7ed Fix NPE in ValueAnimator by Justin Klaassen · 8 years ago
  65. 2c0a36a Merge "Rounding per-channel interpolation in ArgbEvaluator to closest integer" by Doris Liu · 8 years ago
  66. d0ff41c Rounding per-channel interpolation in ArgbEvaluator to closest integer by Doris Liu · 8 years ago
  67. 91fcf57 Merge \\"Fix NPE for checking for whether animators should play together\\" into nyc-mr1-dev am: 7f9c189f06 by Doris Liu · 8 years ago
  68. c470466 Fix NPE for checking for whether animators should play together by Doris Liu · 8 years ago
  69. 0eba1df Notify end animation after setting the state to not running. by George Mount · 8 years ago
  70. c88ded5 Merge \"Merge \\\"Fix setCurrentPlayTime for started but not yet pulsed animations\\\" into nyc-dev am: 42d39300cf am: a28f0003eb\" into nyc-mr1-dev-plus-aosp by Doris Liu · 8 years ago
  71. a28f000 Merge \"Fix setCurrentPlayTime for started but not yet pulsed animations\" into nyc-dev by Doris Liu · 8 years ago
  72. caa2ebf Fix setCurrentPlayTime for started but not yet pulsed animations by Doris Liu · 8 years ago
  73. 51cfa78 Merge "Ensure Animators and AnimatorSets run together are sync'd" by George Mount · 8 years ago
  74. b04a0e5 Ensure Animators and AnimatorSets run together are sync'd by George Mount · 8 years ago
  75. c949387 Support Keyframe definition for AVD on RT by Doris Liu · 8 years ago
  76. a57e95a Throw Exception for wrong valueType with API guard by Doris Liu · 8 years ago
  77. a282745 Merge "Simplify KeyframeSet to avoid caching." by TreeHugger Robot · 8 years ago
  78. 7e1d493 Merge "Support Keyframe definition for AVD on RT" by Doris Liu · 8 years ago
  79. a6b967c Support Keyframe definition for AVD on RT by Doris Liu · 8 years ago
  80. 792926a Improve the property modification effiency of VectorDrawable animators by Doris Liu · 8 years ago
  81. 2c0f988 Simplify KeyframeSet to avoid caching. by George Mount · 8 years ago
  82. 2045509 Merge "Add additional type check for animating along a path" by Doris Liu · 8 years ago
  83. 02f0312 Add additional type check for animating along a path by Doris Liu · 8 years ago
  84. 94db099 Throw Exception for wrong valueType with API guard by Doris Liu · 8 years ago
  85. b37b27f Merge "Merge "Add more doc for Object animators defined with a single value" into nyc-dev am: f97a0f5c9c" into nyc-mr1-dev am: d01f474773 by Doris Liu · 8 years ago
  86. 3c85983 Add more doc for Object animators defined with a single value by Doris Liu · 8 years ago
  87. 3cea02f Merge "Clamp start delay to non-negative range" into nyc-dev am: 54d89e078d am: 0890a4708e by Doris Liu · 8 years ago
  88. 61045c5 Clamp start delay to non-negative range by Doris Liu · 8 years ago
  89. 9f3b31b Improve the property modification effiency of VectorDrawable animators by Doris Liu · 8 years ago
  90. ed45ab9 Evaluate ARGB values in linear space instead of sRGB by Romain Guy · 8 years ago
  91. fa21bdf Document behavior of object references in Animator classes by Chet Haase · 8 years ago
  92. dd67b0d Merge "Fix pause/resume for AnimatorSet" into nyc-dev by Doris Liu · 8 years ago
  93. 2987dff Fix pause/resume for AnimatorSet by Doris Liu · 8 years ago
  94. c5801fb Merge "Add api check to guard AnimatorSet behavior change" into nyc-dev by Doris Liu · 8 years ago
  95. 56b0b57 Skip to end for 0-duration animation by Doris Liu · 8 years ago
  96. 58606db Add api check to guard AnimatorSet behavior change by Doris Liu · 8 years ago
  97. c69bd22 Implement transition for docking task in recents #6 by Jorim Jaggi · 8 years ago
  98. 787e9dd Implement transition for docking task in recents #5 by Jorim Jaggi · 8 years ago
  99. 907c177 Start seeked animators without waiting for start delay. by George Mount · 8 years ago
  100. e60a693 Clarify docs around weak references to animator targets by Chet Haase · 8 years ago