summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issue #5367164: memory leak in LayoutTransitionChet Haase2011-10-061-4/+8
* Add end functionality to LayoutTransitionChet Haase2011-09-071-1/+20
* Fix artifact with LayoutTransitions on disappearing window.Chet Haase2011-09-021-1/+1
* Merge "Make some methods/fields package private so that layoutlib can access ...Xavier Ducrohet2011-08-111-2/+2
|\
| * Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-111-2/+2
* | Fix behavior of custom animations for LayoutTransition.Chet Haase2011-08-111-2/+10
|/
* Fix cancellation of AnimatorSet when child animation has delayChet Haase2011-08-083-20/+73
* Fix AnimatorSet cancellation issuesChet Haase2011-08-043-9/+22
* Removed unused import from AnimatorSet.Martijn Coenen2011-08-021-1/+0
* Fix ConcurrentModificationException in AnimatorSet.Martijn Coenen2011-07-291-1/+5
* Merge "Fixed animation ordering bug in LayoutTransition."Chet Haase2011-07-181-20/+24
|\
| * Fixed animation ordering bug in LayoutTransition.Chet Haase2011-07-181-19/+23
* | Fix leak in LayoutTransitionChet Haase2011-07-151-3/+3
|/
* Fix Animator cancel() behaviorChet Haase2011-07-122-71/+91
* Add 'Property' objectChet Haase2011-06-085-91/+363
* Add ability to transition parent hierarchy in layout transitionsChet Haase2011-05-241-115/+199