summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Remove errant minus signChet Haase2010-10-141-2/+2
* | Removed obsolete trace statementsChet Haase2010-10-141-4/+0
|/
* Remove generics from Animator APIsChet Haase2010-10-148-165/+802
* Revert "Remove generics from Animator APIs"Romain Guy2010-10-148-768/+133
* Remove generics from Animator APIsChet Haase2010-10-148-133/+768
* Double the performance of animations.Chet Haase2010-10-111-2/+3
* New TimeInterpolator interface for android.animation package.Chet Haase2010-10-077-34/+63
* Changed LayoutTransition to disable animations when set to nullChet Haase2010-10-041-8/+31
* Add ability to automate animated transitions on View show/hideChet Haase2010-10-041-20/+50
* bug fixes in animation classesChet Haase2010-09-262-1/+22
* Add new WaveView widget to framework and integrate into LockScreen.Jim Miller2010-09-231-1/+20
* Fix broken javadoc.Joe Onorato2010-09-161-4/+4
* Make fragment animations work when fragments go awayChet Haase2010-09-101-1/+10
* Fix bug with LayoutTransition when layouts are just coming on lineChet Haase2010-09-081-1/+5
* Rename several animation classesChet Haase2010-09-0812-1393/+1386