summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation/KeyframeSet.java
Commit message (Expand)AuthorAgeFilesLines
* Fix per-keyframe interpolatorsDoris Liu2015-03-301-4/+4
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Added a generic configuration and theme based cacheYigit Boyar2014-10-231-8/+10
* Use intrinsic size for path animation in AnimatedVectorDrawableGeorge Mount2014-09-091-0/+4
* Use optimized Keyframes for Path animations.George Mount2014-08-291-2/+17
* Change Animators to reset values when restarted if their target changesYigit Boyar2014-07-161-0/+7
* Log warning when animator detects NaN valueChet Haase2013-03-151-2/+15
* Fix invalidation bug with View bounds propertiesChet Haase2011-02-161-0/+9
* 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