summaryrefslogtreecommitdiff
path: root/core/java/android/animation/Animator.java
Commit message (Expand)AuthorAgeFilesLines
* Use System Property to Control Animator PausingSteven Terrell2022-06-061-0/+1
* Allow system to disable behavior of pausing animators for bg appsChet Haase2022-05-231-0/+14
* Pause animators when app is not visibleChet Haase2022-05-231-0/+29
* Nullability annotations for animation and graphicsAlan Viverette2022-02-031-8/+9
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-011-0/+2
* Make sure start() is called for custom animatorsDoris Liu2017-01-311-13/+3
* Use listener to determine whether an Animator has endedDoris Liu2017-01-261-2/+3
* New functionalities for AnimatorSet: Reverse, SeekDoris Liu2017-01-251-1/+92
* Clarify docs around weak references to animator targetsChet Haase2016-03-221-1/+6
* Ensure all Java-side usages of config flags are using Java flagsAlan Viverette2016-03-111-6/+7
* New public API for calculating the total duration of an animationDoris Liu2015-10-121-4/+10
* Refactor AnimatorSet in prep for adding more functionalitiesDoris Liu2015-07-301-0/+15
* Clarify docs for Animator.isStarted()Chet Haase2015-06-101-5/+9
* Remove distance based animation duration APIDoris Liu2015-04-231-118/+0
* Revert "Use real screen size to scale duration"Doris Liu2015-04-181-24/+8
* Use real screen size to scale durationDoris Liu2015-04-171-8/+24
* Distance based animation durationDoris Liu2015-04-101-0/+118
* Added a generic configuration and theme based cacheYigit Boyar2014-10-231-12/+103
* Run RevealAnimator on RTJohn Reck2014-08-191-0/+1
* Return Animator instead of ValueAnimatorJohn Reck2014-07-191-0/+35
* Add more reverse support to AnimatedVDztenghui2014-07-161-0/+16
* Transition API changes from API council recommendationsChet Haase2013-09-041-13/+3
* pause/resume for AnimatorsChet Haase2013-08-121-2/+149
* Remove Animatable interfaceChet Haase2013-04-161-9/+50
* API and doc cleanup, plus small animation/UI featuresChet Haase2013-04-121-43/+9
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-2/+2
* Fix cancellation of AnimatorSet when child animation has delayChet Haase2011-08-081-1/+18
* Fix AnimatorSet cancellation issuesChet Haase2011-08-041-4/+3
* Change cancel/end behavior of animations to be synchronousChet Haase2010-12-071-3/+17
* Remove generics from Animator APIsChet Haase2010-10-141-1/+1
* Revert "Remove generics from Animator APIs"Romain Guy2010-10-141-1/+1
* Remove generics from Animator APIsChet Haase2010-10-141-1/+1
* New TimeInterpolator interface for android.animation package.Chet Haase2010-10-071-3/+1
* Rename several animation classesChet Haase2010-09-081-847/+122
* Add transition effects for layout changes on ViewGroupsChet Haase2010-09-031-12/+37
* Fix Sequencer end events when terminated earlyChet Haase2010-08-271-9/+12
* Fix problems with early ending of SequencerChet Haase2010-08-261-0/+1
* Fix for end events from Sequencer objectsChet Haase2010-08-251-5/+11
* Change animator xml importing to use new inflater classChet Haase2010-08-241-93/+24
* Add facilities for layout transitionsChet Haase2010-08-241-2/+37
* Adding animation facilities to simplify layout transitionsChet Haase2010-08-231-47/+62
* multiple-property animationsChet Haase2010-08-191-193/+121
* Implement reversing functionality for AnimatorChet Haase2010-08-171-3/+36
* Add new API to Animator to allow seeking of animationsChet Haase2010-08-051-1/+60
* Adding xml declarations for new animation frameworkChet Haase2010-07-281-0/+73
* Add ability to instantiate PropertyAnimator objects with single "to" value.Chet Haase2010-07-271-21/+75