Searched refs:CACHE_SIZE (Results 1 – 6 of 6) 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);
70 private static final int CACHE_SIZE = 10; field in FontFamily_Delegate74 new LinkedHashMap<String, FontInfo>(CACHE_SIZE) {77 return size() > CACHE_SIZE;
40 private static final int CACHE_SIZE = 73; field in ArrayUtils41 private static Object[] sCache = new Object[CACHE_SIZE];116 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()
59 private static final int CACHE_SIZE = 10; field in ArraySet192 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()206 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()
60 private static final int CACHE_SIZE = 10; field in ArrayMap206 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()220 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()