summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* Fix per-keyframe interpolatorsDoris Liu2015-03-303-10/+12
* Annotate methods to be called from overrides with @CallSuperTor Norbye2015-03-072-0/+6
* Remove unused imports in frameworks/base.John Spurlock2015-02-288-10/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* am af8c621d: Merge "Allow infinite-repeat zero-duration animators to continue...Chet Haase2015-01-231-2/+1
|\
| * Allow infinite-repeat zero-duration animators to continue repeatingChet Haase2015-01-231-2/+1
* | Add resource attributes for Keyframes and PropertyValuesHoldersChet Haase2015-01-154-31/+417
|/
* Fix docs buildEino-Ville Talvala2014-12-051-1/+1
* Fix seeking behaviorChet Haase2014-12-041-6/+79
* Zero duration animations snap to end value when startedChet Haase2014-12-011-2/+1
* Fix seeking and scaled duration behaviorChet Haase2014-11-192-11/+56
* Remove unnecessary reflection lookup in Animators.George Mount2014-11-111-101/+111
* Cancel animation when target changes.George Mount2014-11-041-1/+5
* Added a generic configuration and theme based cacheYigit Boyar2014-10-2310-89/+388
* Reapply animation duration scale each time it is started.Jeff Brown2014-10-071-1/+6
* Allow Path Animations to support overshooting.George Mount2014-09-121-19/+23
* Use constant state in AnimatedVectorDrawableChet Haase2014-09-101-0/+1
* Use intrinsic size for path animation in AnimatedVectorDrawableGeorge Mount2014-09-092-19/+37
* Disable RT-anim for AnimatorSetJohn Reck2014-09-051-0/+4
* Use optimized Keyframes for Path animations.George Mount2014-08-299-173/+522
* Run RevealAnimator on RTJohn Reck2014-08-192-132/+6
* Fix NPEs when inflating a ValueAnimator.Craig Stout2014-08-081-7/+9
* Use RoundRect clipping for circle reveal animationChris Craik2014-07-301-6/+4
* Return Animator instead of ValueAnimatorJohn Reck2014-07-193-30/+37
* Add RT-enabled reveal animatorJohn Reck2014-07-182-86/+188
* Merge "Change Animators to reset values when restarted if their target change...Yigit Boyar2014-07-167-14/+58
|\
| * Change Animators to reset values when restarted if their target changesYigit Boyar2014-07-167-14/+58
* | Add more reverse support to AnimatedVDztenghui2014-07-163-2/+64
|/
* Set existing TypeEvaluator on new KeyframeSet when changing object valuesChet Haase2014-07-151-0/+3
* Merge "Clone animators before running in StateListAnimator"Yigit Boyar2014-06-231-6/+8
|\
| * Clone animators before running in StateListAnimatorYigit Boyar2014-06-171-6/+8
* | Use Property for ofFloat with Path.George Mount2014-06-241-1/+4
* | AVD now support path morphing.ztenghui2014-06-201-69/+197
* | Add path support into xml files for PathInterpolator and ObjectAnimator.ztenghui2014-06-191-56/+108
|/
* Add AnimatedVectorDrawableztenghui2014-06-121-100/+137
* Use a weak reference to the ObjectAnimator targetAlan Viverette2014-06-041-30/+65
* API Review: split out BidirectionalTypeConverter.George Mount2014-05-194-18/+81
* State based animators for ViewsYigit Boyar2014-05-072-1/+288
* Doc fix in TypeEvaluator method docsChet Haase2014-05-061-1/+1
* Add RevealAnimatorztenghui2014-03-271-0/+141
* Fix problem on Animator with a start delay.George Mount2014-03-211-19/+18
* AArch64: Use of long for pointers in PropertyValuesHolderAshok Bhat2014-01-291-44/+44
* Add animations along a Path.George Mount2013-11-203-7/+458
* Merge "Add ofArgb to ObjectAnimator and ValueAnimator."George Mount2013-10-214-1/+71
|\
| * Add ofArgb to ObjectAnimator and ValueAnimator.George Mount2013-10-114-1/+71
* | am a8382f70: am 1928bcbc: am 1d7b3dc1: Merge "Make LayoutTransition.setInterp...Chet Haase2013-10-101-5/+33
|\ \ | |/ |/|
| * Make LayoutTransition.setInterpolator() actually do somethingChet Haase2013-10-101-5/+33
* | Merge "Support for multiple value animations."George Mount2013-10-094-0/+621
|\ \
| * | Support for multiple value animations.George Mount2013-10-074-0/+621
* | | Merge "Setter values can now have different type than animated values."George Mount2013-10-093-20/+177
|\ \ \ | |/ /