Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java115 private int mActiveEntries; field in BlobCache
215 mActiveEntries = readInt(buf, IH_ACTIVE_ENTRIES); in loadIndex()
237 if (mActiveEntries < 0 || mActiveEntries > mMaxEntries) { in loadIndex()
329 mActiveEntries = 0; in flipRegion()
333 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries); in flipRegion()
368 || mActiveEntries * 2 >= mMaxEntries) { in insert()
375 mActiveEntries++; in insert()
376 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries); in insert()
461 || mActiveEntries * 2 >= mMaxEntries) { in lookup()
468 mActiveEntries++; in lookup()
[all …]