summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewDebug.java
Commit message (Expand)AuthorAgeFilesLines
* Removing possible user defined strings from bugreport view-dumpSunny Goyal2020-02-251-0/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Adding shell command to dump view hierarchies of all visible windowsSunny Goyal2019-11-131-1/+19
* Merge "Ensure SKP serialization occurs on RenderThread" into qt-qpr1-dev am: ...John Reck2019-10-311-12/+89
|\
| * Merge "Ensure SKP serialization occurs on RenderThread" into qt-qpr1-devJohn Reck2019-10-311-12/+89
| |\
| | * Ensure SKP serialization occurs on RenderThreadJohn Reck2019-10-031-12/+89
| * | resolve merge conflicts of fe9b32e4bed2737bc5dfe518a201a0c84fb4aa20 to qt-dev...Neil Fuller2019-04-111-1/+4
| |\ \ | | |/ | |/|
| | * Switch from Byte.toHexString() to HexEncodingNeil Fuller2019-04-111-1/+4
| | * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+5
* | | Improving hierarchy dump speedSunny Goyal2019-10-111-392/+252
* | | Switch from Byte.toHexString() to HexEncodingNeil Fuller2019-04-081-1/+4
|/ /
* | Merge "Address API council feedback"TreeHugger Robot2019-02-251-2/+2
|\ \
| * | Address API council feedbackJohn Reck2019-02-221-2/+2
* | | API adjustments for Picture serialization discussionJohn Reck2019-02-151-0/+63
|/ /
* | Add continuous SKP capture test apiJohn Reck2019-01-221-0/+125
* | Rename & package shuffleJohn Reck2018-10-041-1/+3
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-201-0/+5
* | Tweak some RenderNode API surfacesJohn Reck2018-06-041-1/+0
|/
* Switch to public API versionJohn Reck2018-02-121-15/+6
* Using RenderNode for creating snapshot of a View, so that hardwareSunny Goyal2018-01-041-10/+92
* Using hardware canvas for profiling ViewsSunny Goyal2017-10-171-88/+79
* Fix crash when dumping empty LayoutParamsJorim Jaggi2017-09-281-1/+3
* Improve window manager layout attribute dumpingJorim Jaggi2017-09-251-0/+73
* Mark @ symbols in code snippet as literal so javadoc doesn't choke onScott Main2017-03-071-11/+13
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-1/+1
* Include window location after encoded view hierarchyManu Cornet2016-09-151-0/+2
* Add missing @Deprecated annotations.Aurimas Liutikas2016-05-241-0/+1
* Move window moving and resizing handling to WindowManagerChong Zhang2015-09-111-0/+6
* Improve hierarchy viewer dump hierarchy latencySiva Velusamy2015-05-071-0/+24
* Update getExportedPropertyMethods to new reflection APIMathieu Chartier2015-04-211-6/+2
* Change getDeclaredFieldsUnchecked call to new return valueMathieu Chartier2015-03-271-23/+15
* Fix buildAlan Viverette2014-10-171-2/+2
* Check type resolution on declared methods and fields in ViewDebugAlan Viverette2014-10-141-8/+27
* Tries to resolve reference resource names instead of its data.Jon Miranda2014-09-091-0/+5
* Added getStyleAttributes to access all Theme attributes.Jon Miranda2014-09-051-0/+62
* Exposes style and theme data, adds developer option.Jon Miranda2014-08-181-1/+34
* Changed flow in export methods to continue through the loop if it encountersJon Miranda2014-08-121-4/+2
* Exposed getLocationOnScreen, added formatToHexString method.Jon Miranda2014-07-291-81/+100
* Show view overlays in hierarchyviewerChet Haase2013-09-051-5/+34
* Fix for bug 8623163: Call view methods on the UI threadKristian Monsen2013-05-021-2/+50
* Optimize ViewGroup.MarginLayoutParams memory and fix ViewDebugFabrice Di Meglio2013-03-291-2/+1
* Support invoking view methods from hierarchy viewerSiva Velusamy2013-01-221-0/+65
* Support hierarchy viewer commands via DDMSiva Velusamy2013-01-161-14/+41
* Fix rendering artifacts on tiled renderersRomain Guy2012-10-031-3/+7
* Fix HierarchyViewer so it can load ContactsRomain Guy2012-09-271-4/+8
* More view hierarchy, fragment debugging.Dianne Hackborn2012-08-171-8/+7
* We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-2/+3
* Fix doc linkJohn Reck2012-06-141-1/+1
* Show WebView layers in hierarchyviewerJohn Reck2012-06-141-0/+39
* Remove DEBUG_LATENCY flagRomain Guy2012-05-211-19/+0