Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java90 private static final int IH_ACTIVE_REGION = 12; field in BlobCache
214 mActiveRegion = readInt(buf, IH_ACTIVE_REGION); in loadIndex()
308 writeInt(buf, IH_ACTIVE_REGION, 0); in resetCache()
332 writeInt(mIndexHeader, IH_ACTIVE_REGION, mActiveRegion); in flipRegion()