Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java91 private static final int IH_ACTIVE_ENTRIES = 16; field in BlobCache
215 mActiveEntries = readInt(buf, IH_ACTIVE_ENTRIES); in loadIndex()
309 writeInt(buf, IH_ACTIVE_ENTRIES, 0); in resetCache()
333 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries); in flipRegion()
376 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries); in insert()
469 writeInt(mIndexHeader, IH_ACTIVE_ENTRIES, mActiveEntries); in lookup()