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