Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java89 private static final int IH_MAX_BYTES = 8; field in BlobCache
213 mMaxBytes = readInt(buf, IH_MAX_BYTES); in loadIndex()
307 writeInt(buf, IH_MAX_BYTES, maxBytes); in resetCache()