summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewDebug.java
AgeCommit message (Expand)Author
2021-06-11Improve picture capture debug pathJohn Reck
2021-04-22Merge "Remove usage of optimized reflection getters" am: 9d0bfe1b0a am: f10f3...Nikita Iashchenko
2021-04-20Remove usage of optimized reflection gettersNikita Iashchenko
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-11Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot
2020-09-11Update language to comply with Android's inclusive language guidanceLais Andrade
2020-09-10Remove Session#getDisplayFrameRiddle Hsu
2020-02-25Removing possible user defined strings from bugreport view-dumpSunny Goyal
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-13Adding shell command to dump view hierarchies of all visible windowsSunny Goyal
2019-10-31Merge "Ensure SKP serialization occurs on RenderThread" into qt-qpr1-dev am: ...John Reck
2019-10-31Merge "Ensure SKP serialization occurs on RenderThread" into qt-qpr1-devJohn Reck
2019-10-11Improving hierarchy dump speedSunny Goyal
2019-10-03Ensure SKP serialization occurs on RenderThreadJohn Reck
2019-04-11resolve merge conflicts of fe9b32e4bed2737bc5dfe518a201a0c84fb4aa20 to qt-dev...Neil Fuller
2019-04-11Switch from Byte.toHexString() to HexEncodingNeil Fuller
2019-04-08Switch from Byte.toHexString() to HexEncodingNeil Fuller
2019-02-25Merge "Address API council feedback"TreeHugger Robot
2019-02-22Address API council feedbackJohn Reck
2019-02-15API adjustments for Picture serialization discussionJohn Reck
2019-01-22Add continuous SKP capture test apiJohn Reck
2018-10-04Rename & package shuffleJohn Reck
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-04Tweak some RenderNode API surfacesJohn Reck
2018-02-12Switch to public API versionJohn Reck
2018-01-04Using RenderNode for creating snapshot of a View, so that hardwareSunny Goyal
2017-10-17Using hardware canvas for profiling ViewsSunny Goyal
2017-09-28Fix crash when dumping empty LayoutParamsJorim Jaggi
2017-09-25Improve window manager layout attribute dumpingJorim Jaggi
2017-03-07Mark @ symbols in code snippet as literal so javadoc doesn't choke onScott Main
2016-10-12Fix import statement in view|transition|animation packages.Aurimas Liutikas
2016-09-15Include window location after encoded view hierarchyManu Cornet
2016-05-24Add missing @Deprecated annotations.Aurimas Liutikas
2015-09-11Move window moving and resizing handling to WindowManagerChong Zhang
2015-05-07Improve hierarchy viewer dump hierarchy latencySiva Velusamy
2015-04-21Update getExportedPropertyMethods to new reflection APIMathieu Chartier
2015-03-27Change getDeclaredFieldsUnchecked call to new return valueMathieu Chartier
2014-10-17Fix buildAlan Viverette
2014-10-14Check type resolution on declared methods and fields in ViewDebugAlan Viverette
2014-09-09Tries to resolve reference resource names instead of its data.Jon Miranda
2014-09-05Added getStyleAttributes to access all Theme attributes.Jon Miranda
2014-08-18Exposes style and theme data, adds developer option.Jon Miranda
2014-08-12Changed flow in export methods to continue through the loop if it encountersJon Miranda
2014-07-29Exposed getLocationOnScreen, added formatToHexString method.Jon Miranda
2013-09-05Show view overlays in hierarchyviewerChet Haase
2013-05-02Fix for bug 8623163: Call view methods on the UI threadKristian Monsen