summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add space after property name in error messageMakoto Onuki2010-12-071-1/+1
* Remove broken doc link to removed methodChet Haase2010-12-071-12/+8
* Change cancel/end behavior of animations to be synchronousChet Haase2010-12-075-114/+114
* Merge "Add methods to AnimatorSet that take collections"Chet Haase2010-12-011-1/+41
|\
| * Add methods to AnimatorSet that take collectionsChet Haase2010-12-011-1/+41
* | Animators can now have dimension and color values.Chet Haase2010-12-011-51/+75
|/
* animation bugfix plus xml resources for new View propertiesChet Haase2010-11-301-3/+2
* various fixes for animations and javadocsChet Haase2010-11-232-17/+48
* Adding JNI methods as a faster reflection mechanismChet Haase2010-11-042-13/+126
* Fixed problem with setting updated values on existing animatorsChet Haase2010-11-031-0/+10
* optimizing for primitive types in animationsChet Haase2010-11-039-428/+730
* Performance optimizations for animations and toolkitChet Haase2010-11-013-21/+41
* Use ThreadLocal for static Animator variables.Chet Haase2010-10-271-47/+92
* Expose (internally only) the number of animations currently running.Brad Fitzpatrick2010-10-221-1/+13
* Optimizing display lists by referencing pointers to resources instead of copy...Chet Haase2010-10-212-2/+2
* Merge "Remove errant minus sign"Chet Haase2010-10-141-2/+2
|\