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

/frameworks/base/core/java/android/view/
H A DViewDebug.java428 OutputStream clientStream) throws IOException {
434 dump(view, false, true, clientStream);
436 dumpTheme(view, clientStream);
438 captureLayers(view, new DataOutputStream(clientStream));
442 capture(view, clientStream, params[0]);
450 profile(view, clientStream, params[0]);
494 private static void profile(View root, OutputStream clientStream, String parameter) argument
500 out = new BufferedWriter(new OutputStreamWriter(clientStream), 32 * 1024);
656 public static void captureLayers(View root, final DataOutputStream clientStream) argument
667 clientStream
427 dispatchCommand(View view, String command, String parameters, OutputStream clientStream) argument
678 captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
738 capture(View root, final OutputStream clientStream, String parameter) argument
746 capture(View root, final OutputStream clientStream, View captureView) argument
805 dump(View root, boolean skipChildren, boolean includeProperties, OutputStream clientStream) argument
831 dumpTheme(View view, OutputStream clientStream) argument
[all...]

Completed in 1235 milliseconds