summaryrefslogtreecommitdiff
path: root/core/java/android/animation/AnimatorSet.java
Commit message (Expand)AuthorAgeFilesLines
* Change variable name fix from 'endingListener' to 'endListener'Lais Andrade2020-08-031-9/+9
* Update language to comply with Android's inclusive language guidanceLais Andrade2020-07-311-10/+10
* Remove unnecessary value setting in AnimatorSet seekingDoris Liu2018-04-021-4/+11
* Fix end() for infinite AnimatorSetDoris Liu2017-09-261-2/+3
* Merge "Merge "Better handle non-recommended use and warn against it in JavaDo...Doris Liu2017-06-071-4/+18
|\
| * Better handle non-recommended use and warn against it in JavaDocDoris Liu2017-06-071-4/+18
* | Merge "Remove internal listener when cloning" into oc-dev am: a7dde34a81Aurimas Liutikas2017-05-161-0/+2
|\|
| * Remove internal listener when cloningDoris Liu2017-05-131-0/+2
* | Update the mTotalDuration for each animation in an AnimatorSet.Philip Quinn2017-05-151-3/+4
|/
* Fix racy cloneDoris Liu2017-05-121-16/+10
* Refine JavaDocs for AnimatorSet#getCurrentPlayTime()Doris Liu2017-04-261-5/+7
* Behavior compat for child being manipulated outside AnimatorsetDoris Liu2017-04-211-0/+16
* Remove workaround for end() not supported in some appDoris Liu2017-04-031-6/+4
* Fix 0 duration scale for pre-O appsDoris Liu2017-03-161-24/+23
* Ensure behavior consistency for 0 duration scaleDoris Liu2017-03-071-4/+4
* Fix start time modification outside of updatePlayTime()Doris Liu2017-02-141-1/+1
* Correctly handle infinite start timeDoris Liu2017-02-101-1/+2
* Add getter for current play timeDoris Liu2017-02-101-0/+25
* Fix reverse with start delayDoris Liu2017-02-101-48/+133
* Make sure start() is called for custom animatorsDoris Liu2017-01-311-7/+25
* Use listener to determine whether an Animator has endedDoris Liu2017-01-261-2/+22
* Merge "Work around a bug in an An app"Doris Liu2017-01-261-0/+21
|\
| * Work around a bug in an An appDoris Liu2017-01-261-0/+21
* | Refine the comparator for the animation event sortingDoris Liu2017-01-251-17/+80
|/
* New functionalities for AnimatorSet: Reverse, SeekDoris Liu2017-01-251-254/+716
* Fix out of order listener callback for animator set containing empty setsDoris Liu2016-08-221-4/+23
* Merge \\"Fix NPE for checking for whether animators should play together\\" i...Doris Liu2016-06-241-3/+3
|\
| * Fix NPE for checking for whether animators should play togetherDoris Liu2016-06-241-3/+3
* | Notify end animation after setting the state to not running.George Mount2016-06-141-2/+2
|/
* Clamp start delay to non-negative rangeDoris Liu2016-05-251-4/+10
* Merge "Fix pause/resume for AnimatorSet" into nyc-devDoris Liu2016-04-191-2/+4
|\
| * Fix pause/resume for AnimatorSetDoris Liu2016-04-181-2/+4
* | Add api check to guard AnimatorSet behavior changeDoris Liu2016-04-131-0/+21
|/
* VectorDrawable native rendering - Step 5 of MANYDoris Liu2016-02-191-0/+2
* Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""Doris Liu2016-02-181-2/+0
* Revert "Revert "VectorDrawable native rendering - Step 5 of MANY""Doris Liu2016-02-121-0/+2
* Revert "VectorDrawable native rendering - Step 5 of MANY"John Reck2016-02-111-2/+0
* VectorDrawable native rendering - Step 5 of MANYDoris Liu2016-02-111-0/+2
* Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""Doris Liu2016-02-041-0/+14
* Revert "VectorDrawable native rendering - Step 4 of MANY"Doris Liu2016-02-041-14/+0
* VectorDrawable native rendering - Step 4 of MANYDoris Liu2016-02-021-0/+14
* New public API for calculating the total duration of an animationDoris Liu2015-10-121-3/+0
* Fix behavior change for animators without a start delayDoris Liu2015-10-011-51/+56
* Correct isRunning() behavior for AnimatorSetDoris Liu2015-08-281-3/+6
* Exclude DelayAnim in child animation value setupDoris Liu2015-08-111-5/+14
* Add cache for each animation's duration in AnimatorSetDoris Liu2015-08-101-7/+32
* Merge "Make sure the correct AnimatorListeners gets called"Doris Liu2015-08-061-7/+7
|\
| * Make sure the correct AnimatorListeners gets calledDoris Liu2015-08-061-7/+7
* | Exclude delay animation from getChildAnimations() listDoris Liu2015-08-061-1/+3
|/
* Fix clone in AnimatorSetDoris Liu2015-08-031-0/+6