Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java112 private int mMaxEntries; field in BlobCache
212 mMaxEntries = readInt(buf, IH_MAX_ENTRIES); in loadIndex()
225 if (mMaxEntries <= 0) { in loadIndex()
237 if (mActiveEntries < 0 || mActiveEntries > mMaxEntries) { in loadIndex()
246 INDEX_HEADER_SIZE + mMaxEntries * 12 * 2) { in loadIndex()
294 mInactiveHashStart += mMaxEntries * 12; in setActiveVariables()
296 mActiveHashStart += mMaxEntries * 12; in setActiveVariables()
354 for (int count = mMaxEntries * 12; count > 0;) { in clearHash()
368 || mActiveEntries * 2 >= mMaxEntries) { in insert()
461 || mActiveEntries * 2 >= mMaxEntries) { in lookup()
[all …]