Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java116 private int mActiveBytes; field in BlobCache
216 mActiveBytes = readInt(buf, IH_ACTIVE_BYTES); in loadIndex()
241 if (mActiveBytes < DATA_HEADER_SIZE || mActiveBytes > mMaxBytes) { in loadIndex()
287 mActiveDataFile.setLength(mActiveBytes); in setActiveVariables()
288 mActiveDataFile.seek(mActiveBytes); in setActiveVariables()
330 mActiveBytes = DATA_HEADER_SIZE; in flipRegion()
334 writeInt(mIndexHeader, IH_ACTIVE_BYTES, mActiveBytes); in flipRegion()
367 if (mActiveBytes + BLOB_HEADER_SIZE + data.length > mMaxBytes in insert()
402 writeInt(header, BH_OFFSET, mActiveBytes); in insertInternal()
408 mIndexBuffer.putInt(mSlotOffset + 8, mActiveBytes); in insertInternal()
[all …]