Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/toolbox/
DByteArrayPool.java60 private int mCurrentSize = 0; field in ByteArrayPool
95 mCurrentSize -= buf.length; in getBuf()
120 mCurrentSize += buf.length; in returnBuf()
128 while (mCurrentSize > mSizeLimit) { in trim()
131 mCurrentSize -= buf.length; in trim()