HomeSort by relevance Sort by last modified time
    Searched refs:flushBefore (Results 1 - 6 of 6) sorted by null

  /frameworks/base/awt/javax/imageio/stream/
MemoryCacheImageOutputStream.java 117 flushBefore(length());
123 public void flushBefore(long pos) throws IOException {
125 super.flushBefore(pos);
MemoryCacheImageInputStream.java 115 public void flushBefore(long pos) throws IOException {
116 super.flushBefore(pos);
FileCacheImageOutputStream.java 87 flushBefore(raf.length());
149 public void flushBefore(long pos) throws IOException {
151 super.flushBefore(pos);
ImageOutputStream.java 191 void flushBefore(long pos) throws IOException;
ImageInputStreamImpl.java 301 public void flushBefore(long pos) throws IOException {
313 flushBefore(getStreamPosition());
ImageInputStream.java 450 void flushBefore(long pos) throws IOException;

Completed in 2617 milliseconds