Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java121 private int mActiveHashStart; field in BlobCache
290 mActiveHashStart = INDEX_HEADER_SIZE; in setActiveVariables()
296 mActiveHashStart += mMaxEntries * 12; in setActiveVariables()
338 clearHash(mActiveHashStart); in flipRegion()
372 if (!lookupInternal(key, mActiveHashStart)) { in insert()
384 if (!lookupInternal(key, mActiveHashStart)) { in clearEntry()
444 if (lookupInternal(req.key, mActiveHashStart)) { in lookup()
606 int offset = mActiveHashStart + i * 12; in getActiveCount()