Searched refs:arrayOut (Results 1 – 1 of 1) sorted by relevance
1208 ByteArrayOutputStream arrayOut = new ByteArrayOutputStream(b.getWidth() * in captureViewLayer() local1210 b.compress(Bitmap.CompressFormat.PNG, 100, arrayOut); in captureViewLayer()1211 clientStream.writeInt(arrayOut.size()); in captureViewLayer()1212 arrayOut.writeTo(clientStream); in captureViewLayer()