Searched refs:READ_SIZE (Results 1 – 1 of 1) sorted by relevance
39 private static final int READ_SIZE = 1024 * 2; field in PhotoDownloadRunnable185 byte[] tempBuffer = new byte[READ_SIZE]; in run()252 bufferLeft = READ_SIZE; in run()259 int newSize = tempBuffer.length + READ_SIZE; in run()