summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation/Keyframe.java
Commit message (Expand)AuthorAgeFilesLines
* Change Animators to reset values when restarted if their target changesYigit Boyar2014-07-161-7/+33
* Fix clone() for Animators with just a 'to' valueChet Haase2012-09-101-3/+7
* optimizing for primitive types in animationsChet Haase2010-11-031-71/+173
* New TimeInterpolator interface for android.animation package.Chet Haase2010-10-071-6/+4
* Rename several animation classesChet Haase2010-09-081-3/+3
* Add transition effects for layout changes on ViewGroupsChet Haase2010-09-031-2/+57
* Make the new android.animation package publicChet Haase2010-07-291-6/+5
* Add ability to instantiate PropertyAnimator objects with single "to" value.Chet Haase2010-07-271-0/+19
* Add keyframes to animation framework.Chet Haase2010-07-211-0/+185