Searched refs:BUFSIZE (Results 1 – 4 of 4) sorted by relevance
112 /* package */ static final int BUFSIZE = 20; field in Utils.RingCharBuffer117 private char[] mCharBuf = new char[BUFSIZE];118 private int[] mXBuf = new int[BUFSIZE];119 private int[] mYBuf = new int[BUFSIZE];136 int ret = in % BUFSIZE; in normalize()137 return ret < 0 ? ret + BUFSIZE : ret; in normalize()146 if (mLength < BUFSIZE) { in push()
48 private static final int BUFSIZE = 4096; field in Thumbnail110 b = new BufferedOutputStream(f, BUFSIZE); in saveLastThumbnailToFile()137 b = new BufferedInputStream(f, BUFSIZE); in getLastThumbnailFromFile()
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