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
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use separate thread if app doesn't listen to animations
Jorim Jaggi
2020-03-11
1
-1
/
+16
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
4
-4
/
+4
*
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2019-11-13
1
-0
/
+2
*
docs: fix typos
Joshua Baxter
2019-11-06
1
-1
/
+1
*
Merge "Restrict reflection access to ValueAnimator's sDurationScale"
TreeHugger Robot
2019-02-06
1
-1
/
+8
|
\
|
*
Restrict reflection access to ValueAnimator's sDurationScale
Daniel Santiago Rivera
2019-02-05
1
-1
/
+8
*
|
Restrict usage of LayoutTransition.cancel() methods
Andrey Kulikov
2019-02-04
1
-2
/
+3
|
/
*
Merge "docs: fixing errors found with lint check" into pi-dev am: 8c7d2142f6
kopriva
2018-10-09
1
-3
/
+3
|
\
|
*
Merge "docs: fixing errors found with lint check" into pi-dev
kopriva
2018-10-09
1
-3
/
+3
|
|
\
|
|
*
docs: fixing errors found with lint check
kopriva
2018-10-09
1
-3
/
+3
|
*
|
Merge "Add @UnsupportedAppUsage annotations" am: 058b566f90
Mathew Inwood
2018-08-03
4
-0
/
+12
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge "Add @UnsupportedAppUsage annotations"
Mathew Inwood
2018-08-03
4
-0
/
+12
|
|
|
\
|
|
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-01
4
-0
/
+12
*
|
|
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-01
4
-0
/
+12
*
|
|
|
Merge "Merge "Docs: fixed variables" into pi-dev am: 116158689c" into pi-dev-...
Laura Davis
2018-06-26
1
-2
/
+2
|
\
|
|
|
|
*
|
|
Docs: fixed variables
Laura Davis
2018-06-25
1
-2
/
+2
|
|
/
/
*
/
/
Remove unnecessary value setting in AnimatorSet seeking
Doris Liu
2018-04-02
1
-4
/
+11
|
/
/
*
/
Add ability to override global duration scale on ValueAnimator
Jorim Jaggi
2017-11-16
1
-3
/
+28
|
/
*
Fix end() for infinite AnimatorSet
Doris Liu
2017-09-26
1
-2
/
+3
*
Merge "Ensure that we use SF Vsync Choreographer for the PiP transition." int...
Wale Ogunwale
2017-06-13
1
-6
/
+11
|
\
|
*
Ensure that we use SF Vsync Choreographer for the PiP transition.
Winson Chung
2017-06-12
1
-6
/
+11
*
|
Merge "Merge "Better handle non-recommended use and warn against it in JavaDo...
Doris Liu
2017-06-07
1
-4
/
+18
|
\
|
|
*
Merge "Better handle non-recommended use and warn against it in JavaDoc" into...
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 "Ensure start delay is properly scaled with duration scale" into oc-dev...
Doris Liu
2017-06-01
1
-1
/
+1
|
\
|
|
|
*
|
Ensure start delay is properly scaled with duration scale
Doris Liu
2017-05-31
1
-1
/
+1
|
|
/
*
|
Merge "Fix infinite loop problem in AnimationHandler" into oc-dev am: 163ec051d1
Chet Haase
2017-05-31
1
-1
/
+2
|
\
|
|
*
Fix infinite loop problem in AnimationHandler
Chet Haase
2017-05-26
1
-1
/
+2
*
|
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
2
-64
/
+150
*
Merge "Fix start delay for ValueAnimator"
TreeHugger Robot
2017-02-04
1
-7
/
+10
|
\
|
*
Fix start delay for ValueAnimator
Doris Liu
2017-02-03
1
-7
/
+10
*
|
Make sure start() is called for custom animators
Doris Liu
2017-01-31
3
-26
/
+67
|
/
*
Use listener to determine whether an Animator has ended
Doris Liu
2017-01-26
2
-4
/
+25
*
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
5
-302
/
+984
*
Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66
Doris Liu
2016-12-09
2
-4
/
+4
|
\
[next]