summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Setter values can now have different type than animated values.George Mount2013-10-073-20/+177
| |/
* | Merge "Adds reuse Rect constructor for RectEvaluator."George Mount2013-10-091-4/+43
|\ \
| * | Adds reuse Rect constructor for RectEvaluator.George Mount2013-10-071-4/+43
| |/
* | Set evaluator after setting values so that it can take effect.George Mount2013-09-251-1/+1
|/
* Merge "Reversing immediately after starting animator ends it" into klp-devChet Haase2013-09-111-0/+2
|\
| * Reversing immediately after starting animator ends itChet Haase2013-09-061-0/+2
* | Transition API changes from API council recommendationsChet Haase2013-09-042-14/+4
|/
* Fix typo in JavaDoc for TypeEvaluator.Sascha Haeberling2013-08-151-2/+2
* pause/resume for AnimatorsChet Haase2013-08-124-5/+257
* Optimize calls to Trace for animatorsChet Haase2013-06-041-4/+8
* Give animators more useful names in systraceChet Haase2013-04-242-4/+40
* Remove Animatable interfaceChet Haase2013-04-162-81/+50
* Merge "API and doc cleanup, plus small animation/UI features" into jb-mr2-devChet Haase2013-04-124-48/+108
|\
| * API and doc cleanup, plus small animation/UI featuresChet Haase2013-04-124-48/+108
* | Trace ValueAnimator based animations in systraceRomain Guy2013-04-101-10/+13
|/
* Make adding views specific to a ViewGroup's overlayChet Haase2013-04-081-1/+1
* Adding small animation featuresChet Haase2013-04-041-0/+45
* Add auto-cancel ability to ObjectAnimatorChet Haase2013-03-202-8/+83
* Merge "Reset reverse state when an animator ends" into jb-mr2-devChet Haase2013-03-151-0/+1
|\
| * Reset reverse state when an animator endsChet Haase2013-03-151-0/+1