summaryrefslogtreecommitdiff
path: root/core/java/android/view/RenderNodeAnimator.java
Commit message (Expand)AuthorAgeFilesLines
* Move RenderNodeAnimator to android.graphics.animation packageDerek Sollenberger2020-02-131-480/+14
* Remove unnecessary UnsupportedAppUsage annotationDerek Sollenberger2020-02-131-10/+0
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Send subtree changed AccessibilityEvent for all alpha changes.Qasid Ahmad Sadiq2019-05-171-1/+1
* Add back to greylistJohn Reck2019-05-021-3/+3
* Fix NPE in RNA#callOnFinishedJohn Reck2019-04-011-4/+9
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-02-271-0/+1
* Move the right method to max-sdk-o list.Mathew Inwood2019-02-181-2/+2
* Make HardwareRenderer public APIJohn Reck2019-02-081-1/+6
* Move setTarget() to max-sdk-o greylist.Mathew Inwood2019-02-061-1/+2
* Add compat workaroundJohn Reck2018-11-141-0/+6
* Rename & package shuffleJohn Reck2018-10-041-3/+5
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+8
* Fix NPE in RNA#start()John Reck2018-02-141-1/+1
* Make ripples silky smoothJohn Reck2017-11-161-7/+3
* Fix NPE in RenderNodeAnimator ALPHA when used outside ViewPropertyAnimatorChris Craik2017-01-061-2/+1
* New public API for calculating the total duration of an animationDoris Liu2015-10-121-3/+0
* Refactor AnimatorSet in prep for adding more functionalitiesDoris Liu2015-07-301-0/+8
* Rename and simplify DisplayList Canvas classesChris Craik2015-03-091-2/+2
* Fix issue with RNA destruction mid-animationJohn Reck2014-12-091-14/+39
* It's super critical to call nStartJohn Reck2014-11-211-5/+16
* Fix cancel crashJohn Reck2014-11-031-1/+1
* Disable RT-anim for AnimatorSetJohn Reck2014-09-051-0/+7
* Listener callbacks ordering fixupsJohn Reck2014-08-291-16/+36
* Animator stuffJohn Reck2014-08-271-26/+18
* Fix supporting modifying listeners in callbacksJohn Reck2014-08-211-3/+13
* Run RevealAnimator on RTJohn Reck2014-08-191-2/+106
* Use RoundRect clipping for circle reveal animationChris Craik2014-07-301-5/+4
* Add RT-enabled reveal animatorJohn Reck2014-07-181-3/+18
* Fixes to startDelayJohn Reck2014-07-011-10/+31
* Animator refactoring & fixesJohn Reck2014-06-261-11/+17
* Add setStartValue to RNAJohn Reck2014-06-021-3/+13
* Baby stepsJohn Reck2014-05-191-2/+8
* Update ripple behavior, use render thread animationAlan Viverette2014-05-161-19/+121
* Animator start value...John Reck2014-05-151-15/+9
* Add TimeInterpolator support to RNAJohn Reck2014-05-121-5/+48
* Refactor VirtualLightRefBase & JNIJohn Reck2014-05-091-20/+15
* Allow starting an RT animation via CanvasJohn Reck2014-05-021-0/+10
* Add CanvasProperty for drawCircleJohn Reck2014-05-021-14/+37
* RenderThread animator supportJohn Reck2014-04-291-0/+122