Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DInterruptableOutputStream.java47 int bytesCount = Math.min(MAX_WRITE_BYTES, end - offset); in write() local
48 mOutputStream.write(buffer, offset, bytesCount); in write()
49 offset += bytesCount; in write()