summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewDebug.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-8/+8
|/
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-3/+2
* Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-0/+16
* Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-6/+11
* Turn off debugging logspam for releaseChristopher Tate2011-01-121-1/+1
* Adding android.os.Debug.countInstancesOfClassBrian Carlstrom2010-10-051-3/+2
* Refinements to drag/dropChristopher Tate2010-10-041-0/+6
* Use static final debug fields.Romain Guy2010-09-071-6/+3
* Bring back instances counts to dumpsys meminfo.Romain Guy2010-09-031-2/+3
* Preventing the hierarchy viewer from getting stuck, once when trying to load ...Konstantin Lopyrev2010-08-251-15/+17
* Making sure the draw time is measured.Konstantin Lopyrev2010-08-181-1/+2
* Making sure that the prefix is handled properly.Konstantin Lopyrev2010-08-101-14/+14
* Categorizing exported view properties.Konstantin Lopyrev2010-08-101-12/+27
* Make sure profiling is done only for views that are actually measured, laid o...Konstantin Lopyrev2010-08-061-52/+66
* Improving profiling of views.Konstantin Lopyrev2010-08-021-60/+77
* Improve export to bitmap layers for HierarchyViewer.Romain Guy2010-03-221-4/+6
* Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-191-0/+3
* Add new CAPTURE_LAYERS command to HiearchyViewer protocol.Romain Guy2010-03-021-20/+97
* Bring back buttons in dialogs.Romain Guy2010-01-221-1/+164
* Write HierarchyViewer's data in UTF-8.Romain Guy2009-12-171-1/+1