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
/
ValueAnimator.java
Age
Commit message (
Expand
)
Author
2020-03-11
Use separate thread if app doesn't listen to animations
Jorim Jaggi
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-13
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2019-02-05
Restrict reflection access to ValueAnimator's sDurationScale
Daniel Santiago Rivera
2018-08-01
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-11-16
Add ability to override global duration scale on ValueAnimator
Jorim Jaggi
2017-06-12
Ensure that we use SF Vsync Choreographer for the PiP transition.
Winson Chung
2017-05-31
Ensure start delay is properly scaled with duration scale
Doris Liu
2017-02-10
Fix reverse with start delay
Doris Liu
2017-02-04
Merge "Fix start delay for ValueAnimator"
TreeHugger Robot
2017-02-03
Fix start delay for ValueAnimator
Doris Liu
2017-01-31
Make sure start() is called for custom animators
Doris Liu
2017-01-25
New functionalities for AnimatorSet: Reverse, Seek
Doris Liu
2016-12-09
Add API info about Keyframe and PropertyValuesHolder am: 21b93c1f66
Doris Liu
2016-12-05
Add API info about Keyframe and PropertyValuesHolder
Doris Liu
2016-10-10
Add API to query whether animators are enabled
Chet Haase
2016-08-29
Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test. am: 0a8...
Teng-Hui Zhu
2016-08-24
Add TestApi to ValueAnimator for AnimationScaleListDrawable CTS test.
Teng-Hui Zhu
2016-07-26
Fix NPE in ValueAnimator am: 543a7ed7af
Justin Klaassen
2016-07-25
Fix NPE in ValueAnimator
Justin Klaassen
2016-06-14
Notify end animation after setting the state to not running.
George Mount
2016-06-13
Fix setCurrentPlayTime for started but not yet pulsed animations
Doris Liu
2016-05-25
Clamp start delay to non-negative range
Doris Liu
2016-04-26
Document behavior of object references in Animator classes
Chet Haase
2016-04-13
Skip to end for 0-duration animation
Doris Liu
2016-03-24
Start seeked animators without waiting for start delay.
George Mount
2016-03-11
Merge "Set end value immediately when start a 0-duration animation" into nyc-dev
Doris Liu
2016-03-03
Remove animation listener while paused.
George Mount
2016-02-25
Set end value immediately when start a 0-duration animation
Doris Liu
2016-01-13
Add IntDefs for Animator and Transition classes.
George Mount
2015-11-09
Fix animator sometimes not being ended when end() is called without start()'ing
Doris Liu
2015-10-12
New public API for calculating the total duration of an animation
Doris Liu
2015-10-08
More refactor on ValueAnimator
Doris Liu
2015-10-08
Fix ValueAnimator.getCurrentPlayTime()
Chet Haase
2015-10-02
Merge "Fix behavior change for animators without a start delay"
Doris Liu
2015-10-01
Fix behavior change for animators without a start delay
Doris Liu
2015-10-01
Update doc to reflect requirement of a Looper for changing animation's frame ...
Doris Liu
2015-08-27
Prevents recursive call into end() or cancel()
Doris Liu
2015-08-26
Internal cleanup for Animator framework
Doris Liu
2015-07-30
Refactor AnimatorSet in prep for adding more functionalities
Doris Liu
2015-04-23
Remove distance based animation duration API
Doris Liu
2015-04-21
Merge "Being extra careful, reset some more variables on ValueAnimator."
ztenghui
2015-04-21
Being extra careful, reset some more variables on ValueAnimator.
ztenghui
2015-04-10
Merge "Distance based animation duration"
Doris Liu
2015-04-10
Distance based animation duration
Doris Liu
2015-04-10
Merge "The ValueAnimator's state need to be totally reset during clone."
ztenghui
2015-04-10
The ValueAnimator's state need to be totally reset during clone.
ztenghui
2015-04-07
Fix animation start jank due to expensive layout operations.
Jeff Brown
2015-03-07
Annotate methods to be called from overrides with @CallSuper
Tor Norbye
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
[next]