summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Log warning when animator detects NaN value" into jb-mr2-devChet Haase2013-03-151-2/+15
|\ \
| * | Log warning when animator detects NaN valueChet Haase2013-03-151-2/+15
| |/
* | Use same default duration (300) for animator resources as for other animatorsChet Haase2013-03-151-1/+1
|/
* am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\
| * Correct executable bit for source filesKenny Root2012-11-071-0/+0
* | end() a reverse()'d animation correctlyChet Haase2012-09-121-7/+1
* | Fix clone() for Animators with just a 'to' valueChet Haase2012-09-101-3/+7
* | Make animators more robust against ending mid-streamChet Haase2012-08-161-18/+11
* | Apply ValueAnimator scale factor immediately in WM.Jeff Brown2012-08-151-0/+7
* | New status bar capable of multiple sliding panels.Daniel Sandler2012-08-131-0/+6
* | Fix shift/mask error in ArtbEvaluatorChet Haase2012-08-091-2/+2
|/
* docs: fix several linksScott Main2012-06-221-1/+1
* Clone the list of listeners before notifing any event.Luca Zanolin2012-06-191-16/+36
* Skip LayoutTransition animations on objects of size (0,0)Chet Haase2012-06-011-0/+8
* Avoid running layout transitions on unattached views and windowsChet Haase2012-05-231-0/+9
* Improve animation timing.Jeff Brown2012-05-071-1/+1