summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation/KeyframeSet.java
Commit message (Expand)AuthorAgeFilesLines
* optimizing for primitive types in animationsChet Haase2010-11-031-49/+78
* Performance optimizations for animations and toolkitChet Haase2010-11-011-17/+32
* Remove generics from Animator APIsChet Haase2010-10-141-3/+77
* Revert "Remove generics from Animator APIs"Romain Guy2010-10-141-77/+3
* Remove generics from Animator APIsChet Haase2010-10-141-3/+77
* New TimeInterpolator interface for android.animation package.Chet Haase2010-10-071-5/+3
* Rename several animation classesChet Haase2010-09-081-1/+1
* Add ability to instantiate PropertyAnimator objects with single "to" value.Chet Haase2010-07-271-1/+1
* Add keyframes to animation framework.Chet Haase2010-07-211-0/+99