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
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
animation
/
Animator.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use System Property to Control Animator Pausing
Steven Terrell
2022-06-06
1
-0
/
+1
*
Allow system to disable behavior of pausing animators for bg apps
Chet Haase
2022-05-23
1
-0
/
+14
*
Pause animators when app is not visible
Chet Haase
2022-05-23
1
-0
/
+29
*
Nullability annotations for animation and graphics
Alan Viverette
2022-02-03
1
-8
/
+9
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-01
1
-0
/
+2
*
Make sure start() is called for custom animators
Doris Liu
2017-01-31
1
-13
/
+3
*
Use listener to determine whether an Animator has ended
Doris Liu
2017-01-26
1
-2
/
+3
*
New functionalities for AnimatorSet: Reverse, Seek
Doris Liu
2017-01-25
1
-1
/
+92
*
Clarify docs around weak references to animator targets
Chet Haase
2016-03-22
1
-1
/
+6
*
Ensure all Java-side usages of config flags are using Java flags
Alan Viverette
2016-03-11
1
-6
/
+7
*
New public API for calculating the total duration of an animation
Doris Liu
2015-10-12
1
-4
/
+10
*
Refactor AnimatorSet in prep for adding more functionalities
Doris Liu
2015-07-30
1
-0
/
+15
*
Clarify docs for Animator.isStarted()
Chet Haase
2015-06-10
1
-5
/
+9
*
Remove distance based animation duration API
Doris Liu
2015-04-23
1
-118
/
+0
*
Revert "Use real screen size to scale duration"
Doris Liu
2015-04-18
1
-24
/
+8
*
Use real screen size to scale duration
Doris Liu
2015-04-17
1
-8
/
+24
*
Distance based animation duration
Doris Liu
2015-04-10
1
-0
/
+118
*
Added a generic configuration and theme based cache
Yigit Boyar
2014-10-23
1
-12
/
+103
*
Run RevealAnimator on RT
John Reck
2014-08-19
1
-0
/
+1
*
Return Animator instead of ValueAnimator
John Reck
2014-07-19
1
-0
/
+35
*
Add more reverse support to AnimatedVD
ztenghui
2014-07-16
1
-0
/
+16
*
Transition API changes from API council recommendations
Chet Haase
2013-09-04
1
-13
/
+3
*
pause/resume for Animators
Chet Haase
2013-08-12
1
-2
/
+149
*
Remove Animatable interface
Chet Haase
2013-04-16
1
-9
/
+50
*
API and doc cleanup, plus small animation/UI features
Chet Haase
2013-04-12
1
-43
/
+9
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
1
-2
/
+2
*
Fix cancellation of AnimatorSet when child animation has delay
Chet Haase
2011-08-08
1
-1
/
+18
*
Fix AnimatorSet cancellation issues
Chet Haase
2011-08-04
1
-4
/
+3
*
Change cancel/end behavior of animations to be synchronous
Chet Haase
2010-12-07
1
-3
/
+17
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-1
/
+1
*
Revert "Remove generics from Animator APIs"
Romain Guy
2010-10-14
1
-1
/
+1
*
Remove generics from Animator APIs
Chet Haase
2010-10-14
1
-1
/
+1
*
New TimeInterpolator interface for android.animation package.
Chet Haase
2010-10-07
1
-3
/
+1
*
Rename several animation classes
Chet Haase
2010-09-08
1
-847
/
+122
*
Add transition effects for layout changes on ViewGroups
Chet Haase
2010-09-03
1
-12
/
+37
*
Fix Sequencer end events when terminated early
Chet Haase
2010-08-27
1
-9
/
+12
*
Fix problems with early ending of Sequencer
Chet Haase
2010-08-26
1
-0
/
+1
*
Fix for end events from Sequencer objects
Chet Haase
2010-08-25
1
-5
/
+11
*
Change animator xml importing to use new inflater class
Chet Haase
2010-08-24
1
-93
/
+24
*
Add facilities for layout transitions
Chet Haase
2010-08-24
1
-2
/
+37
*
Adding animation facilities to simplify layout transitions
Chet Haase
2010-08-23
1
-47
/
+62
*
multiple-property animations
Chet Haase
2010-08-19
1
-193
/
+121
*
Implement reversing functionality for Animator
Chet Haase
2010-08-17
1
-3
/
+36
*
Add new API to Animator to allow seeking of animations
Chet Haase
2010-08-05
1
-1
/
+60
*
Adding xml declarations for new animation framework
Chet Haase
2010-07-28
1
-0
/
+73
*
Add ability to instantiate PropertyAnimator objects with single "to" value.
Chet Haase
2010-07-27
1
-21
/
+75
[next]