Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAlbumDataLoader.java51 private final long[] mSetVersion; field in AlbumDataLoader
83 mSetVersion = new long[DATA_CACHE_SIZE]; in AlbumDataLoader()
85 Arrays.fill(mSetVersion, MediaObject.INVALID_DATA_VERSION); in AlbumDataLoader()
155 mSetVersion[slotIndex] = MediaObject.INVALID_DATA_VERSION; in clearSlot()
169 long[] setVersion = mSetVersion; in setContentWindow()
261 long setVersion[] = mSetVersion; in call()
308 mSetVersion[index] = info.version; in call()
DAlbumSetDataLoader.java57 private final long[] mSetVersion; field in AlbumSetDataLoader
83 mSetVersion = new long[cacheSize]; in AlbumSetDataLoader()
85 Arrays.fill(mSetVersion, MediaObject.INVALID_DATA_VERSION); in AlbumSetDataLoader()
169 mSetVersion[slotIndex] = MediaObject.INVALID_DATA_VERSION; in clearSlot()
253 long setVersion[] = mSetVersion; in getInvalidIndex()
297 mSetVersion[pos] = info.version; in call()