summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewDebug.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused, obsolete debug codeRomain Guy2012-05-211-616/+25
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-0/+12
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-3/+3
* Encapsulate the ViewRootImpl's handler.Jeff Brown2012-02-151-6/+6
* Improve latency instrumentation.Jeff Brown2011-12-011-5/+8
* Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-0/+3
* Reclaim more memory, more often.Romain Guy2011-07-271-1/+1
* Ouput looper traces as traceview tracesRomain Guy2011-07-211-35/+128
* Add looper profiling to adb shell amRomain Guy2011-07-211-21/+17
* Convert looper traces to traceview tracesRomain Guy2011-07-201-8/+42
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-4/+4
* Add new ViewDebug APIs to profile the event queue.Romain Guy2011-07-151-25/+143
* Code cleanup.Romain Guy2011-05-241-6/+0
* Code cleanup.Romain Guy2011-05-191-186/+6
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-051-0/+8
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-8/+0
* Merge "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-0/+8
|\
| * Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-041-0/+8