Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlidingWindow.java224 private static long getDataVersion(MediaObject object) { in getDataVersion() method in AlbumSetSlidingWindow
227 : object.getDataVersion(); in getDataVersion()
252 entry.setDataVersion = getDataVersion(album); in updateAlbumSetEntry()
275 if (getDataVersion(cover) != entry.coverDataVersion) { in updateAlbumSetEntry()
276 entry.coverDataVersion = getDataVersion(cover); in updateAlbumSetEntry()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaObject.java128 public long getDataVersion() { in getDataVersion() method in MediaObject
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java232 return item.getDataVersion(); in getVersion()
777 long version = item.getDataVersion(); in startTaskIfNeeded()
825 if (entry.requestedScreenNail != item.getDataVersion()) { in updateImageCache()
H A DAlbumDataLoader.java310 long itemVersion = updateItem.getDataVersion(); in call()
H A DAlbumSetDataLoader.java298 long itemVersion = info.item.getDataVersion(); in call()