Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DInterruptableOutputStream.java27 private static final int MAX_WRITE_BYTES = 4096; field in InterruptableOutputStream
47 int bytesCount = Math.min(MAX_WRITE_BYTES, end - offset); in write()