summaryrefslogtreecommitdiff
path: root/core/java/android/animation/ObjectAnimator.java
AgeCommit message (Expand)Author
2017-01-25New functionalities for AnimatorSet: Reverse, SeekDoris Liu
2016-12-05Add API info about Keyframe and PropertyValuesHolderDoris Liu
2016-09-26Allow null target in ObjectAnimator if the target has never been setDoris Liu
2016-07-25Fix NPE in ValueAnimatorJustin Klaassen
2016-05-27Add more doc for Object animators defined with a single valueDoris Liu
2016-04-26Document behavior of object references in Animator classesChet Haase
2016-03-22Clarify docs around weak references to animator targetsChet Haase
2016-03-14Add @SafeVarargs for methods using typevar varargs.George Mount
2015-10-16Change wrong doc about using linear interpolator.George Mount
2015-08-26Internal cleanup for Animator frameworkDoris Liu
2015-04-02Add per-interval interpolation support for keyframe in xml resourcesDoris Liu
2015-03-07Annotate methods to be called from overrides with @CallSuperTor Norbye
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-01-15Add resource attributes for Keyframes and PropertyValuesHoldersChet Haase
2014-11-04Cancel animation when target changes.George Mount
2014-08-29Use optimized Keyframes for Path animations.George Mount
2014-07-16Change Animators to reset values when restarted if their target changesYigit Boyar
2014-06-24Use Property for ofFloat with Path.George Mount
2014-06-04Use a weak reference to the ObjectAnimator targetAlan Viverette
2014-05-19API Review: split out BidirectionalTypeConverter.George Mount
2013-11-20Add animations along a Path.George Mount
2013-10-11Add ofArgb to ObjectAnimator and ValueAnimator.George Mount
2013-10-07Support for multiple value animations.George Mount
2013-10-07Setter values can now have different type than animated values.George Mount
2013-04-24Give animators more useful names in systraceChet Haase
2013-03-20Add auto-cancel ability to ObjectAnimatorChet Haase
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
2011-09-02Fix artifact with LayoutTransitions on disappearing window.Chet Haase
2011-06-08Add 'Property' objectChet Haase
2011-02-16Fix invalidation bug with View bounds propertiesChet Haase
2011-01-16Fix latent bug with reinitializing an ObjectAnimator.Patrick Dubroy
2011-01-16Fix animation bugs caused by weak referencePatrick Dubroy
2011-01-14fix sdk build breakage; remove invalid @note tagScott Main
2011-01-14Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy
2010-12-07Change cancel/end behavior of animations to be synchronousChet Haase
2010-11-04Adding JNI methods as a faster reflection mechanismChet Haase
2010-11-03optimizing for primitive types in animationsChet Haase
2010-11-01Performance optimizations for animations and toolkitChet Haase
2010-10-14Remove generics from Animator APIsChet Haase
2010-10-14Revert "Remove generics from Animator APIs"Romain Guy
2010-10-14Remove generics from Animator APIsChet Haase
2010-09-26bug fixes in animation classesChet Haase
2010-09-08Rename several animation classesChet Haase