Searched refs:CACHE_SIZE (Results 1 – 9 of 9) 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);
38 private static final int CACHE_SIZE = 4; field in AttributeCache44 private final LruCache<String, Package> mPackages = new LruCache<>(CACHE_SIZE);
264 proto.write(DiskStatsAppSizesProto.CACHE_SIZE, cacheSizesArray.getLong(i)); in reportCachedValuesProto()
73 private static final int CACHE_SIZE = 10; field in FontFamily_Delegate77 new LinkedHashMap<String, FontInfo>(CACHE_SIZE) {80 return size() > CACHE_SIZE;
57 private static final int CACHE_SIZE = 10; field in SimpleArrayMap202 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()216 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()
64 private static final int CACHE_SIZE = 10; field in ArraySet203 if (sTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()219 if (sBaseCacheSize < CACHE_SIZE) { in freeArrays()
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()
59 private static final int CACHE_SIZE = 10; field in ArraySet214 if (sTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()230 if (sBaseCacheSize < CACHE_SIZE) { in freeArrays()
73 private static final int CACHE_SIZE = 10; field in ArrayMap231 if (mTwiceBaseCacheSize < CACHE_SIZE) { in freeArrays()245 if (mBaseCacheSize < CACHE_SIZE) { in freeArrays()