Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DArraySet.java78 static int sTwiceBaseCacheSize; field in ArraySet
194 sTwiceBaseCacheSize--; in allocArrays()
197 + sTwiceBaseCacheSize + " entries"); in allocArrays()
208 sTwiceBaseCacheSize = 0; in allocArrays()
252 if (sTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()
259 sTwiceBaseCacheSize++; in freeArrays()
261 Log.d(TAG, "Storing 2x cache " + array + " now have " + sTwiceBaseCacheSize in freeArrays()