summaryrefslogtreecommitdiff
path: root/core/java/android/animation/ObjectAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* New functionalities for AnimatorSet: Reverse, SeekDoris Liu2017-01-251-0/+5
* Add API info about Keyframe and PropertyValuesHolderDoris Liu2016-12-051-2/+2
* Allow null target in ObjectAnimator if the target has never been setDoris Liu2016-09-261-2/+3
* Fix NPE in ValueAnimatorJustin Klaassen2016-07-251-1/+1
* Add more doc for Object animators defined with a single valueDoris Liu2016-05-271-38/+47
* Document behavior of object references in Animator classesChet Haase2016-04-261-0/+15
* Clarify docs around weak references to animator targetsChet Haase2016-03-221-6/+0
* Add @SafeVarargs for methods using typevar varargs.George Mount2016-03-141-0/+4
* Change wrong doc about using linear interpolator.George Mount2015-10-161-2/+3
* Internal cleanup for Animator frameworkDoris Liu2015-08-261-31/+16
* Add per-interval interpolation support for keyframe in xml resourcesDoris Liu2015-04-021-2/+4
* Annotate methods to be called from overrides with @CallSuperTor Norbye2015-03-071-0/+3
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Add resource attributes for Keyframes and PropertyValuesHoldersChet Haase2015-01-151-0/+21
* Cancel animation when target changes.George Mount2014-11-041-1/+5
* Use optimized Keyframes for Path animations.George Mount2014-08-291-15/+26
* Change Animators to reset values when restarted if their target changesYigit Boyar2014-07-161-4/+1
* Use Property for ofFloat with Path.George Mount2014-06-241-1/+4
* Use a weak reference to the ObjectAnimator targetAlan Viverette2014-06-041-30/+65
* API Review: split out BidirectionalTypeConverter.George Mount2014-05-191-2/+2
* Add animations along a Path.George Mount2013-11-201-2/+178
* Add ofArgb to ObjectAnimator and ValueAnimator.George Mount2013-10-111-0/+39
* Support for multiple value animations.George Mount2013-10-071-0/+95
* Setter values can now have different type than animated values.George Mount2013-10-071-6/+32
* Give animators more useful names in systraceChet Haase2013-04-241-1/+29
* Add auto-cancel ability to ObjectAnimatorChet Haase2013-03-201-3/+70
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-0/+7
* Fix artifact with LayoutTransitions on disappearing window.Chet Haase2011-09-021-1/+1
* Add 'Property' objectChet Haase2011-06-081-70/+151
* Fix invalidation bug with View bounds propertiesChet Haase2011-02-161-0/+12
* Fix latent bug with reinitializing an ObjectAnimator.Patrick Dubroy2011-01-161-1/+2
* Fix animation bugs caused by weak referencePatrick Dubroy2011-01-161-59/+32
* fix sdk build breakage; remove invalid @note tagScott Main2011-01-141-1/+2
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-32/+58
* Change cancel/end behavior of animations to be synchronousChet Haase2010-12-071-0/+17
* Adding JNI methods as a faster reflection mechanismChet Haase2010-11-041-0/+10
* optimizing for primitive types in animationsChet Haase2010-11-031-64/+0
* Performance optimizations for animations and toolkitChet Haase2010-11-011-3/+8
* Remove generics from Animator APIsChet Haase2010-10-141-16/+181
* Revert "Remove generics from Animator APIs"Romain Guy2010-10-141-131/+23
* Remove generics from Animator APIsChet Haase2010-10-141-23/+131
* bug fixes in animation classesChet Haase2010-09-261-1/+18
* Rename several animation classesChet Haase2010-09-081-0/+246