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
/
view
/
RenderNodeAnimator.java
Age
Commit message (
Expand
)
Author
2020-02-13
Move RenderNodeAnimator to android.graphics.animation package
Derek Sollenberger
2020-02-13
Remove unnecessary UnsupportedAppUsage annotation
Derek Sollenberger
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-05-17
Send subtree changed AccessibilityEvent for all alpha changes.
Qasid Ahmad Sadiq
2019-05-02
Add back to greylist
John Reck
2019-04-01
Fix NPE in RNA#callOnFinished
John Reck
2019-02-27
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-02-18
Move the right method to max-sdk-o list.
Mathew Inwood
2019-02-08
Make HardwareRenderer public API
John Reck
2019-02-06
Move setTarget() to max-sdk-o greylist.
Mathew Inwood
2018-11-14
Add compat workaround
John Reck
2018-10-04
Rename & package shuffle
John Reck
2018-08-20
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-02-14
Fix NPE in RNA#start()
John Reck
2017-11-16
Make ripples silky smooth
John Reck
2017-01-06
Fix NPE in RenderNodeAnimator ALPHA when used outside ViewPropertyAnimator
Chris Craik
2015-10-12
New public API for calculating the total duration of an animation
Doris Liu
2015-07-30
Refactor AnimatorSet in prep for adding more functionalities
Doris Liu
2015-03-09
Rename and simplify DisplayList Canvas classes
Chris Craik
2014-12-09
Fix issue with RNA destruction mid-animation
John Reck
2014-11-21
It's super critical to call nStart
John Reck
2014-11-03
Fix cancel crash
John Reck
2014-09-05
Disable RT-anim for AnimatorSet
John Reck
2014-08-29
Listener callbacks ordering fixups
John Reck
2014-08-27
Animator stuff
John Reck
2014-08-21
Fix supporting modifying listeners in callbacks
John Reck
2014-08-19
Run RevealAnimator on RT
John Reck
2014-07-30
Use RoundRect clipping for circle reveal animation
Chris Craik
2014-07-18
Add RT-enabled reveal animator
John Reck
2014-07-01
Fixes to startDelay
John Reck
2014-06-26
Animator refactoring & fixes
John Reck
2014-06-02
Add setStartValue to RNA
John Reck
2014-05-19
Baby steps
John Reck
2014-05-16
Update ripple behavior, use render thread animation
Alan Viverette
2014-05-15
Animator start value...
John Reck
2014-05-12
Add TimeInterpolator support to RNA
John Reck
2014-05-09
Refactor VirtualLightRefBase & JNI
John Reck
2014-05-02
Allow starting an RT animation via Canvas
John Reck
2014-05-02
Add CanvasProperty for drawCircle
John Reck
2014-04-29
RenderThread animator support
John Reck