Searched refs:BUFSIZE (Results 1 – 3 of 3) sorted by relevance
77 /* package */ static final int BUFSIZE = 20; field in Utils.RingCharBuffer82 private char[] mCharBuf = new char[BUFSIZE];83 private int[] mXBuf = new int[BUFSIZE];84 private int[] mYBuf = new int[BUFSIZE];102 int ret = in % BUFSIZE; in normalize()103 return ret < 0 ? ret + BUFSIZE : ret; in normalize()113 if (mLength < BUFSIZE) { in push()
48 private static final int BUFSIZE = 4096; field in Thumbnail110 b = new BufferedOutputStream(f, BUFSIZE); in saveTo()136 b = new BufferedInputStream(f, BUFSIZE); in loadFrom()
50 private static final int BUFSIZE = 4096; field in Storage