Searched refs:CACHE_SIZE (Results 1 – 5 of 5) sorted by relevance
24 private static final int CACHE_SIZE = 100; field in CursorObjectAdapter27 private final LruCache<Integer, Object> mItemCache = new LruCache<Integer, Object>(CACHE_SIZE);
34 private static final int CACHE_SIZE = 73; field in ArrayUtils35 private static Object[] sCache = new Object[CACHE_SIZE];110 int bucket = (kind.hashCode() & 0x7FFFFFFF) % CACHE_SIZE; in emptyArray()
44 private static final int CACHE_SIZE = 10; field in SimpleArrayMap175 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()189 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()
61 private static final int CACHE_SIZE = 10; field in ArraySet193 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()207 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()
60 private static final int CACHE_SIZE = 10; field in ArrayMap205 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()219 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()