summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor javadoc enhancementsChet Haase2011-05-061-0/+12
* Fix bitfield bug with vertex shader selectionChet Haase2011-04-221-3/+3
* Fix bug with values in cloned animators.Chet Haase2011-04-041-5/+3
* Cancel LayoutTransition animations selectivelyChet Haase2011-03-021-23/+85
* Add ViewPropertyAnimator for easy animation of View propertiesChet Haase2011-02-251-0/+16
* Merge "Fix bug with bad state in animators"Chet Haase2011-02-231-0/+1
|\
| * Fix bug with bad state in animatorsChet Haase2011-02-231-0/+1
* | am 02be2f1d: am 2788e4f9: docs: fix some typosScott Main2011-02-231-1/+1
|\ \ | |/ |/|
| * docs: fix some typosScott Main2011-02-231-1/+1
* | Fix invalidation bug with View bounds propertiesChet Haase2011-02-164-0/+37
* | Merge "Fix when >2 keyframes supplied"Chet Haase2011-02-152-6/+6
|\ \
| * | Fix when >2 keyframes suppliedChet Haase2011-02-112-6/+6
| |/
* | Fix animation and layoutTransition issues.Chet Haase2011-02-092-13/+38
|/
* Fixed LayoutTransition bug moving multiple viewsChet Haase2011-01-281-9/+36
* Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-3/+16
* Doc change: animation devguide topicRobert Ly2011-01-191-2/+17
* Add a method for clearing all animations on a thread.Patrick Dubroy2011-01-161-0/+12
* Fix latent bug with reinitializing an ObjectAnimator.Patrick Dubroy2011-01-161-1/+2
* Fix animation bugs caused by weak referencePatrick Dubroy2011-01-161-59/+32
* Remove obsolete DoubleEvaluatorChet Haase2011-01-165-55/+11
* fix sdk build breakage; remove invalid @note tagScott Main2011-01-141-1/+2
* Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-32/+58
* Supress layout requests while a LayoutTransition is running.Chet Haase2011-01-121-14/+38