Home
last modified time | relevance | path

Searched refs:READ_SIZE (Results 1 – 1 of 1) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDownloadRunnable.java39 private static final int READ_SIZE = 1024 * 2; field in PhotoDownloadRunnable
185 byte[] tempBuffer = new byte[READ_SIZE]; in run()
252 bufferLeft = READ_SIZE; in run()
259 int newSize = tempBuffer.length + READ_SIZE; in run()