Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DClusterAlbumSet.java105 Path childPath; in updateClusters() local
108 childPath = mPath.getChild(Uri.encode(childName)); in updateClusters()
111 childPath = mPath.getChild(minSize); in updateClusters()
113 childPath = mPath.getChild(i); in updateClusters()
118 album = (ClusterAlbum) dataManager.peekMediaObject(childPath); in updateClusters()
120 album = new ClusterAlbum(childPath, dataManager, this); in updateClusters()
DLocalAlbum.java133 Path childPath = mItemPath.getChild(id); in getMediaItem() local
134 MediaItem item = loadOrUpdateItem(childPath, cursor, in getMediaItem()
211 Path childPath = itemPath.getChild(id); in getMediaItemById() local
212 MediaItem item = loadOrUpdateItem(childPath, cursor, dataManager, in getMediaItemById()