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