Searched refs:mItemPath (Results 1 – 2 of 2) sorted by relevance
149 private Path mItemPath; field in PhotoDataAdapter177 mItemPath = Utils.checkNotNull(itemPath); in PhotoDataAdapter()401 mItemPath = item == null ? null : item.getPath(); in updateCurrentIndex()408 mDataListener.onPhotoChanged(index, mItemPath); in updateCurrentIndex()577 if (mItemPath == path) return; in setCurrentPhoto()578 mItemPath = path; in setCurrentPhoto()661 if (item == null || item.getPath() != mItemPath) { in updateImageRequests()944 return current == null || current.getPath() != mItemPath; in needContentReload()953 info.target = mItemPath; in call()995 mItemPath = current == null ? null : current.getPath(); in call()[all …]
58 private final Path mItemPath; field in LocalAlbum76 mItemPath = LocalImage.ITEM_PATH; in LocalAlbum()83 mItemPath = LocalVideo.ITEM_PATH; in LocalAlbum()133 Path childPath = mItemPath.getChild(id); in getMediaItem()