Searched defs:clientStream (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewDebug.java438 OutputStream clientStream) throws IOException {
444 dump(view, false, true, clientStream);
446 dumpTheme(view, clientStream);
448 captureLayers(view, new DataOutputStream(clientStream));
452 capture(view, clientStream, params[0]);
460 profile(view, clientStream, params[0]);
504 private static void profile(View root, OutputStream clientStream, String parameter) argument
510 out = new BufferedWriter(new OutputStreamWriter(clientStream), 32 * 1024);
657 public static void captureLayers(View root, final DataOutputStream clientStream) argument
668 clientStream
437 dispatchCommand(View view, String command, String parameters, OutputStream clientStream) argument
679 captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
739 capture(View root, final OutputStream clientStream, String parameter) argument
747 capture(View root, final OutputStream clientStream, View captureView) argument
807 dump(View root, boolean skipChildren, boolean includeProperties, OutputStream clientStream) argument
857 dumpTheme(View view, OutputStream clientStream) argument
[all...]

Completed in 10 milliseconds