summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-224-5/+26
* 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
* Rename RGBEvaluator to ArgbEvaluatorChet Haase2011-01-113-3/+3
* Add start/endTransition events for CHANGE transitionsChet Haase2011-01-091-0/+20
* Reuse display lists at the java level.Chet Haase2011-01-051-5/+5
* Fix incorrect anonymous AnimatorListenerAdapter.Ben Komalo2010-12-161-4/+8
* Fix minor animation and doc issuesChet Haase2010-12-161-2/+11
* Merge "Adding TimeAnimator capability (hidden for now)"Chet Haase2010-12-142-7/+85
|\
| * Adding TimeAnimator capability (hidden for now)Chet Haase2010-12-142-7/+85
* | Fix artifact with concurrent add/remove LayoutTransitionsChet Haase2010-12-131-6/+19
|/
* Add ability to reuse bitmaps when loading new contentChet Haase2010-12-091-2/+2