summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better error logs for faulty ObjectAnimatorsChet Haase2012-05-031-10/+22
* Use choreographer frame time to schedule animations.Jeff Brown2012-04-262-61/+45
* Fix logic of animator start/cancel/end callbacksChet Haase2012-04-172-17/+35
* Adding new CHANGING transition to LayoutTransition.Chet Haase2012-04-171-64/+273
* Fix AnimatorSet duration issueChet Haase2012-04-121-5/+9
* Enable vsync traversals by default.Jeff Brown2012-03-291-1/+1
* Reduce redundant animation processingChet Haase2012-03-161-11/+13
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-092-3/+3
* Use the Choreographer for Drawable animations.Jeff Brown2012-03-071-1/+1
* Simplify Choreographer API.Jeff Brown2012-02-151-15/+9
* Make the TimeAnimator class public.Chet Haase2012-02-031-12/+11
* Fix bug in LayoutTransition that caused views to stay invisibleChet Haase2012-02-021-14/+16
* Add Developer Option setting for Animator scaling.Chet Haase2012-02-021-11/+9
* Add Developer Option setting for Animator scaling.Chet Haase2012-02-011-4/+20
* Fix bug in LayoutTransition for INVISIBLE viewsChet Haase2012-01-301-10/+70
* Bug fix for android.animation.LayoutTransition getStartDelay (int transitionT...Rajdeep Dua2012-01-051-4/+4
* am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, ...Joe Fernandez2011-12-224-5/+26
|\
| * docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-224-5/+26
* | Use a Choreographer to schedule animation and drawing.Jeff Brown2011-12-051-110/+120
* | Refactor ValueAnimator to reduce use of ThreadLocals.Jeff Brown2011-12-051-87/+58
|/
* Fix leak in LayoutTransitionChet Haase2011-11-101-0/+9