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

/frameworks/base/core/java/android/view/
H A DViewDebug.java410 OutputStream clientStream) throws IOException {
416 dump(view, false, true, clientStream);
418 captureLayers(view, new DataOutputStream(clientStream));
422 capture(view, clientStream, params[0]);
430 profile(view, clientStream, params[0]);
474 private static void profile(View root, OutputStream clientStream, String parameter) argument
480 out = new BufferedWriter(new OutputStreamWriter(clientStream), 32 * 1024);
636 public static void captureLayers(View root, final DataOutputStream clientStream) argument
647 clientStream.writeInt(outRect.width());
648 clientStream
409 dispatchCommand(View view, String command, String parameters, OutputStream clientStream) argument
658 captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
718 capture(View root, final OutputStream clientStream, String parameter) argument
726 capture(View root, final OutputStream clientStream, View captureView) argument
785 dump(View root, boolean skipChildren, boolean includeProperties, OutputStream clientStream) argument
[all...]

Completed in 19 milliseconds