summaryrefslogtreecommitdiff
path: root/core/java/android/animation/Keyframe.java
AgeCommit message (Expand)Author
2018-10-09docs: fixing errors found with lint checkkopriva
2014-07-16Change Animators to reset values when restarted if their target changesYigit Boyar
2012-09-10Fix clone() for Animators with just a 'to' valueChet Haase
2010-11-03optimizing for primitive types in animationsChet Haase
2010-10-07New TimeInterpolator interface for android.animation package.Chet Haase
2010-09-08Rename several animation classesChet Haase
2010-09-03Add transition effects for layout changes on ViewGroupsChet Haase
2010-07-29Make the new android.animation package publicChet Haase
2010-07-27Add ability to instantiate PropertyAnimator objects with single "to" value.Chet Haase
2010-07-21Add keyframes to animation framework.Chet Haase