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

/frameworks/base/core/java/android/view/
H A DViewDebug.java857 OutputStream clientStream) throws IOException {
863 dump(view, clientStream);
865 captureLayers(view, new DataOutputStream(clientStream));
869 capture(view, clientStream, params[0]);
875 profile(view, clientStream, params[0]);
918 private static void profile(View root, OutputStream clientStream, String parameter) argument
924 out = new BufferedWriter(new OutputStreamWriter(clientStream), 32 * 1024);
1069 private static void captureLayers(View root, final DataOutputStream clientStream) argument
1080 clientStream.writeInt(outRect.width());
1081 clientStream
856 dispatchCommand(View view, String command, String parameters, OutputStream clientStream) argument
1091 captureViewLayer(View view, DataOutputStream clientStream, boolean visible) argument
1136 capture(View root, final OutputStream clientStream, String parameter) argument
1197 dump(View root, OutputStream clientStream) argument
[all...]

Completed in 34 milliseconds