Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoDataAdapter.java149 private Path mItemPath; field in PhotoDataAdapter
177 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 …]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalAlbum.java58 private final Path mItemPath; field in LocalAlbum
76 mItemPath = LocalImage.ITEM_PATH; in LocalAlbum()
83 mItemPath = LocalVideo.ITEM_PATH; in LocalAlbum()
133 Path childPath = mItemPath.getChild(id); in getMediaItem()