summaryrefslogtreecommitdiff
path: root/core/java/android/view/RenderNode.java
Commit message (Expand)AuthorAgeFilesLines
* Rename & package shuffleJohn Reck2018-10-041-1119/+0
* De-couple RenderNode from View packageJohn Reck2018-09-261-17/+60
* Create plumbing for disabling force-darkJohn Reck2018-09-241-0/+30
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+12
* Auto-dark mode prototypeJohn Reck2018-07-091-0/+25
* Tweak some RenderNode API surfacesJohn Reck2018-06-041-18/+15
* Add isPivotSet/resetPivotJohn Reck2018-03-211-0/+7
* Add API to set tonal shadow colorJohn Reck2018-01-311-4/+25
* Create colored shadows demoJohn Reck2017-11-131-0/+7
* Overhaul RenderNode's DisplayList managementJohn Reck2017-01-251-11/+8
* CriticalNative for RenderNode and DisplayListCanvasChris Craik2016-12-151-66/+70
* Switch back to NativeAllocationRegistryJohn Reck2016-11-161-15/+12
* Add benchmarks for View inflationJohn Reck2016-11-021-17/+30
* Modernize RenderNode JNIJohn Reck2016-08-241-25/+81
* Fix wording regarding ThreadedRendererStan Iliev2016-06-281-1/+1
* Handle hidden RT VectorDrawable animatorsDoris Liu2016-05-261-3/+3
* Fix how outlines are sent to rendernodeChris Craik2016-04-041-9/+13
* Add a callback for rendernode parentcount=0John Reck2016-03-311-1/+13
* Clean up setLayerType and setLayerPaintsergeyv2016-03-241-1/+1
* Support running AVD on UI threadDoris Liu2016-02-231-1/+1
* Revert "Revert "Check RenderNode's owning view before attaching animators""Doris Liu2016-02-191-0/+4
* Revert "Check RenderNode's owning view before attaching animators"Doris Liu2016-02-181-4/+0
* Check RenderNode's owning view before attaching animatorsDoris Liu2016-02-161-0/+4
* Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""Doris Liu2016-02-041-0/+9
* Revert "VectorDrawable native rendering - Step 4 of MANY"Doris Liu2016-02-041-9/+0
* Merge "Have RT drive window positioning"John Reck2016-02-041-0/+5
|\
| * Have RT drive window positioningJohn Reck2016-02-041-0/+5
* | VectorDrawable native rendering - Step 4 of MANYDoris Liu2016-02-021-0/+9
|/
* Rename DisplayListData to DisplayListChris Craik2015-10-161-5/+5
* Remove unused functions and variables from DisplayListCanvasDerek Sollenberger2015-07-101-45/+1
* Add compat path for restore underflowChris Craik2015-04-021-6/+1
* Remove HardwareCanvasChris Craik2015-03-101-19/+19
* Rename and simplify DisplayList Canvas classesChris Craik2015-03-091-3/+3
* Mutable Java Shaders with Immutable Native ShadersDerek Sollenberger2014-10-061-1/+1
* Add shadow/clipping properties to HierarchyViewerChris Craik2014-09-051-0/+5
* Animator stuffJohn Reck2014-08-271-4/+17
* Cap scales used for tessellation with minimum and maximumChris Craik2014-08-071-6/+0
* Add outline alphaChris Craik2014-07-311-4/+6
* Use RoundRect clipping for circle reveal animationChris Craik2014-07-301-3/+3
* Throw IAE on invalid scaleJohn Reck2014-07-281-0/+6
* Move ClipBounds to nativeChris Craik2014-07-251-55/+17
* Make setter methods on Outline call setEmpty() based on paramsChris Craik2014-07-221-1/+4
* Initial replacement of setOutline() with ViewOutlineProvider APIChris Craik2014-07-011-27/+9
* Animator refactoring & fixesJohn Reck2014-06-261-19/+0
* Move LayerType to RenderNodeJohn Reck2014-06-121-5/+9
* Fix DA bugsJohn Reck2014-06-121-8/+0
* Even FASTER damage calculations!John Reck2014-06-041-0/+8
* Have all the setters return changedJohn Reck2014-06-041-94/+95
* Enable debug stuffsJohn Reck2014-05-291-0/+8
* Clean up Outline API, method on drawableChris Craik2014-05-201-3/+1