summaryrefslogtreecommitdiffstats
path: root/core/java/android/animation
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add transition effects for layout changes on ViewGroupsChet Haase2010-09-038-45/+1169
* Fix Sequencer end events when terminated earlyChet Haase2010-08-272-10/+29
* Fix problems with early ending of SequencerChet Haase2010-08-262-0/+5
* Fix for end events from Sequencer objectsChet Haase2010-08-253-19/+35
* Change animator xml importing to use new inflater classChet Haase2010-08-243-115/+301
* Add facilities for layout transitionsChet Haase2010-08-244-8/+146
* Adding animation facilities to simplify layout transitionsChet Haase2010-08-233-61/+78
* multiple-property animationsChet Haase2010-08-196-565/+682
* Implement reversing functionality for AnimatorChet Haase2010-08-171-3/+36
* Make Fragments use the new animation APIsChet Haase2010-08-111-0/+18
* Add new API to Animator to allow seeking of animationsChet Haase2010-08-051-1/+60
* Fix NPE in onAnimationEnd when using Sequencer.after(long)Patrick Dubroy2010-08-041-5/+1
* Fix problems with moving Views around (invalidation, conflict with layout)Chet Haase2010-07-301-16/+14