Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java92 private static final int IH_ACTIVE_BYTES = 20; field in BlobCache
216 mActiveBytes = readInt(buf, IH_ACTIVE_BYTES); in loadIndex()
310 writeInt(buf, IH_ACTIVE_BYTES, DATA_HEADER_SIZE); in resetCache()
334 writeInt(mIndexHeader, IH_ACTIVE_BYTES, mActiveBytes); in flipRegion()
410 writeInt(mIndexHeader, IH_ACTIVE_BYTES, mActiveBytes); in insertInternal()