summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* Fix duration scale attribute for AnimatorSetDoris Liu2015-04-131-1/+1
* Merge "Distance based animation duration"Doris Liu2015-04-104-1/+136
|\
| * Distance based animation durationDoris Liu2015-04-104-1/+136
* | Merge "The ValueAnimator's state need to be totally reset during clone."ztenghui2015-04-101-0/+6
|\ \ | |/ |/|
| * The ValueAnimator's state need to be totally reset during clone.ztenghui2015-04-101-0/+6
* | Merge "Add a check for color type in property values holder"Doris Liu2015-04-101-21/+37
|\ \
| * | Add a check for color type in property values holderDoris Liu2015-04-091-21/+37
* | | Fix animation start jank due to expensive layout operations.Jeff Brown2015-04-072-14/+87
|/ /
* | Add per-interval interpolation support for keyframe in xml resourcesDoris Liu2015-04-022-2/+9
|/
* 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