summaryrefslogtreecommitdiff
path: root/core/java/android/animation/AnimatorSet.java
AgeCommit message (Expand)Author
2020-08-03Change variable name fix from 'endingListener' to 'endListener'Lais Andrade
2020-07-31Update language to comply with Android's inclusive language guidanceLais Andrade
2018-04-02Remove unnecessary value setting in AnimatorSet seekingDoris Liu
2017-09-26Fix end() for infinite AnimatorSetDoris Liu
2017-06-07Merge "Merge "Better handle non-recommended use and warn against it in JavaDo...Doris Liu
2017-06-07Better handle non-recommended use and warn against it in JavaDocDoris Liu
2017-05-16Merge "Remove internal listener when cloning" into oc-dev am: a7dde34a81Aurimas Liutikas
2017-05-15Update the mTotalDuration for each animation in an AnimatorSet.Philip Quinn
2017-05-13Remove internal listener when cloningDoris Liu
2017-05-12Fix racy cloneDoris Liu
2017-04-26Refine JavaDocs for AnimatorSet#getCurrentPlayTime()Doris Liu
2017-04-21Behavior compat for child being manipulated outside AnimatorsetDoris Liu
2017-04-03Remove workaround for end() not supported in some appDoris Liu
2017-03-16Fix 0 duration scale for pre-O appsDoris Liu
2017-03-07Ensure behavior consistency for 0 duration scaleDoris Liu
2017-02-14Fix start time modification outside of updatePlayTime()Doris Liu
2017-02-10Correctly handle infinite start timeDoris Liu
2017-02-10Add getter for current play timeDoris Liu
2017-02-10Fix reverse with start delayDoris Liu
2017-01-31Make sure start() is called for custom animatorsDoris Liu
2017-01-26Use listener to determine whether an Animator has endedDoris Liu
2017-01-26Merge "Work around a bug in an An app"Doris Liu
2017-01-26Work around a bug in an An appDoris Liu
2017-01-25Refine the comparator for the animation event sortingDoris Liu
2017-01-25New functionalities for AnimatorSet: Reverse, SeekDoris Liu
2016-08-22Fix out of order listener callback for animator set containing empty setsDoris Liu
2016-06-24Merge \\"Fix NPE for checking for whether animators should play together\\" i...Doris Liu
2016-06-24Fix NPE for checking for whether animators should play togetherDoris Liu
2016-06-14Notify end animation after setting the state to not running.George Mount
2016-05-25Clamp start delay to non-negative rangeDoris Liu
2016-04-19Merge "Fix pause/resume for AnimatorSet" into nyc-devDoris Liu
2016-04-18Fix pause/resume for AnimatorSetDoris Liu
2016-04-13Add api check to guard AnimatorSet behavior changeDoris Liu
2016-02-19VectorDrawable native rendering - Step 5 of MANYDoris Liu
2016-02-18Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""Doris Liu
2016-02-12Revert "Revert "VectorDrawable native rendering - Step 5 of MANY""Doris Liu
2016-02-11Revert "VectorDrawable native rendering - Step 5 of MANY"John Reck
2016-02-11VectorDrawable native rendering - Step 5 of MANYDoris Liu
2016-02-04Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""Doris Liu
2016-02-04Revert "VectorDrawable native rendering - Step 4 of MANY"Doris Liu
2016-02-02VectorDrawable native rendering - Step 4 of MANYDoris Liu
2015-10-12New public API for calculating the total duration of an animationDoris Liu
2015-10-01Fix behavior change for animators without a start delayDoris Liu
2015-08-28Correct isRunning() behavior for AnimatorSetDoris Liu
2015-08-11Exclude DelayAnim in child animation value setupDoris Liu
2015-08-10Add cache for each animation's duration in AnimatorSetDoris Liu
2015-08-06Merge "Make sure the correct AnimatorListeners gets called"Doris Liu
2015-08-06Make sure the correct AnimatorListeners gets calledDoris Liu
2015-08-06Exclude delay animation from getChildAnimations() listDoris Liu
2015-08-03Fix clone in AnimatorSetDoris Liu