index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
/
AnimatorSet.java
Age
Commit message (
Expand
)
Author
2020-08-03
Change variable name fix from 'endingListener' to 'endListener'
Lais Andrade
2020-07-31
Update language to comply with Android's inclusive language guidance
Lais Andrade
2018-04-02
Remove unnecessary value setting in AnimatorSet seeking
Doris Liu
2017-09-26
Fix end() for infinite AnimatorSet
Doris Liu
2017-06-07
Merge "Merge "Better handle non-recommended use and warn against it in JavaDo...
Doris Liu
2017-06-07
Better handle non-recommended use and warn against it in JavaDoc
Doris Liu
2017-05-16
Merge "Remove internal listener when cloning" into oc-dev am: a7dde34a81
Aurimas Liutikas
2017-05-15
Update the mTotalDuration for each animation in an AnimatorSet.
Philip Quinn
2017-05-13
Remove internal listener when cloning
Doris Liu
2017-05-12
Fix racy clone
Doris Liu
2017-04-26
Refine JavaDocs for AnimatorSet#getCurrentPlayTime()
Doris Liu
2017-04-21
Behavior compat for child being manipulated outside Animatorset
Doris Liu
2017-04-03
Remove workaround for end() not supported in some app
Doris Liu
2017-03-16
Fix 0 duration scale for pre-O apps
Doris Liu
2017-03-07
Ensure behavior consistency for 0 duration scale
Doris Liu
2017-02-14
Fix start time modification outside of updatePlayTime()
Doris Liu
2017-02-10
Correctly handle infinite start time
Doris Liu
2017-02-10
Add getter for current play time
Doris Liu
2017-02-10
Fix reverse with start delay
Doris Liu
2017-01-31
Make sure start() is called for custom animators
Doris Liu
2017-01-26
Use listener to determine whether an Animator has ended
Doris Liu
2017-01-26
Merge "Work around a bug in an An app"
Doris Liu
2017-01-26
Work around a bug in an An app
Doris Liu
2017-01-25
Refine the comparator for the animation event sorting
Doris Liu
2017-01-25
New functionalities for AnimatorSet: Reverse, Seek
Doris Liu
2016-08-22
Fix out of order listener callback for animator set containing empty sets
Doris Liu
2016-06-24
Merge \\"Fix NPE for checking for whether animators should play together\\" i...
Doris Liu
2016-06-24
Fix NPE for checking for whether animators should play together
Doris Liu
2016-06-14
Notify end animation after setting the state to not running.
George Mount
2016-05-25
Clamp start delay to non-negative range
Doris Liu
2016-04-19
Merge "Fix pause/resume for AnimatorSet" into nyc-dev
Doris Liu
2016-04-18
Fix pause/resume for AnimatorSet
Doris Liu
2016-04-13
Add api check to guard AnimatorSet behavior change
Doris Liu
2016-02-19
VectorDrawable native rendering - Step 5 of MANY
Doris Liu
2016-02-18
Revert "Revert "Revert "VectorDrawable native rendering - Step 5 of MANY"""
Doris Liu
2016-02-12
Revert "Revert "VectorDrawable native rendering - Step 5 of MANY""
Doris Liu
2016-02-11
Revert "VectorDrawable native rendering - Step 5 of MANY"
John Reck
2016-02-11
VectorDrawable native rendering - Step 5 of MANY
Doris Liu
2016-02-04
Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""
Doris Liu
2016-02-04
Revert "VectorDrawable native rendering - Step 4 of MANY"
Doris Liu
2016-02-02
VectorDrawable native rendering - Step 4 of MANY
Doris Liu
2015-10-12
New public API for calculating the total duration of an animation
Doris Liu
2015-10-01
Fix behavior change for animators without a start delay
Doris Liu
2015-08-28
Correct isRunning() behavior for AnimatorSet
Doris Liu
2015-08-11
Exclude DelayAnim in child animation value setup
Doris Liu
2015-08-10
Add cache for each animation's duration in AnimatorSet
Doris Liu
2015-08-06
Merge "Make sure the correct AnimatorListeners gets called"
Doris Liu
2015-08-06
Make sure the correct AnimatorListeners gets called
Doris Liu
2015-08-06
Exclude delay animation from getChildAnimations() list
Doris Liu
2015-08-03
Fix clone in AnimatorSet
Doris Liu
[next]