summaryrefslogtreecommitdiff
path: root/core/java/android/animation/KeyframeSet.java
AgeCommit message (Expand)Author
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-06-08Simplify KeyframeSet to avoid caching.George Mount
2016-03-25Implement transition for docking task in recents #5Jorim Jaggi
2015-03-30Fix per-keyframe interpolatorsDoris Liu
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-10-23Added a generic configuration and theme based cacheYigit Boyar
2014-09-09Use intrinsic size for path animation in AnimatedVectorDrawableGeorge 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
2013-03-15Log warning when animator detects NaN valueChet Haase
2011-02-16Fix invalidation bug with View bounds propertiesChet 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-10-07New TimeInterpolator interface for android.animation package.Chet Haase
2010-09-08Rename several animation classesChet Haase
2010-07-27Add ability to instantiate PropertyAnimator objects with single "to" value.Chet Haase
2010-07-21Add keyframes to animation framework.Chet Haase