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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java121 private int mActiveHashStart; field in class:BlobCache
290 mActiveHashStart = INDEX_HEADER_SIZE;
296 mActiveHashStart += mMaxEntries * 12;
338 clearHash(mActiveHashStart);
372 if (!lookupInternal(key, mActiveHashStart)) {
384 if (!lookupInternal(key, mActiveHashStart)) {
444 if (lookupInternal(req.key, mActiveHashStart)) {
606 int offset = mActiveHashStart + i * 12;
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java120 private int mActiveHashStart; field in class:BlobCache
289 mActiveHashStart = INDEX_HEADER_SIZE;
295 mActiveHashStart += mMaxEntries * 12;
337 clearHash(mActiveHashStart);
371 if (!lookupInternal(key, mActiveHashStart)) {
433 if (lookupInternal(req.key, mActiveHashStart)) {
592 int offset = mActiveHashStart + i * 12;

Completed in 11 milliseconds