History log of /frameworks/base/core/java/android/ddm/DdmHandleViewDebug.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e82a4eeb40090f15054e2c76c0cea84b198a2b61 16-Sep-2014 Jon Miranda <jonmiranda@google.com> Adds support for Theme dumping via DDM.

Bug: 17515415
Change-Id: Ice145a4b452177e36345cf2e071377bb7b3feeb3
/frameworks/base/core/java/android/ddm/DdmHandleViewDebug.java
f9455fafb690f23cee9cc9a59bfb68f31e695990 18-Jan-2013 Siva Velusamy <vsiva@google.com> Support invoking view methods from hierarchy viewer

This CL adds support for invoking any view method with
primtive arguments, and setting layout parameters from
the debugger (hierarchy viewer).

requestLayout() and invalidate() are now just implemented
using the more generic invokeMethod() command.

Change-Id: Icffda251728a4963b35266786b0b6143bae7fe8e
/frameworks/base/core/java/android/ddm/DdmHandleViewDebug.java
945bfb6068d4ac1414a37a3ebe4dc4d02383e38e 07-Jan-2013 Siva Velusamy <vsiva@google.com> Support hierarchy viewer commands via DDM

Hierarchy Viewer currently interfaces to the host via a socket
opened by ViewServer which resides in the WindowManagerService.
Since this has access to all windows, it is enabled only on
debug builds.

This CL adds necessary support to DDM to handle all the commands
required for Hierarchy Viewer. It only misses two commands that
are sent to the Window Manager (which we don't have access to
from the applications).

A future CL will remove the ViewServer functionality.

Change-Id: I1dae316a00737b0cae4e640ccc97bf9bb1d05973
/frameworks/base/core/java/android/ddm/DdmHandleViewDebug.java