summaryrefslogtreecommitdiff
path: root/core/java/android/view/ViewDebug.java
Commit message (Expand)AuthorAgeFilesLines
* Reland "Enforce that RuntimeShader is only hardware accelerated"Derek Sollenberger2022-01-101-3/+3
* Revert "Enforce that RuntimeShader is only hardware accelerated"Shubham Dubey2021-12-171-3/+3
* Enforce that RuntimeShader is only hardware acceleratedDerek Sollenberger2021-12-161-3/+3
* Mark startRenderingCommandsCapture @UnsupportedAppUsageJohn Reck2021-10-141-0/+1
* Improve picture capture debug pathJohn Reck2021-06-111-7/+5
* Merge "Remove usage of optimized reflection getters" am: 9d0bfe1b0a am: f10f3...Nikita Iashchenko2021-04-221-2/+2
|\
| * Remove usage of optimized reflection gettersNikita Iashchenko2021-04-201-2/+2
| * Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-2/+3
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+3
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+2
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+3
* | Merge "Update language to comply with Android's inclusive language guidance" ...Treehugger Robot2020-09-111-1/+1
|\|
| * Update language to comply with Android's inclusive language guidanceLais Andrade2020-09-111-1/+1
* | Remove Session#getDisplayFrameRiddle Hsu2020-09-101-6/+1
|/
* 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