Searched refs:getChild (Results 1 - 20 of 20) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPathMatcher.java46 Node next = current.getChild(segments[i]);
48 next = current.getChild("*");
89 Node getChild(String segment) { method in class:PathMatcher.Node
H A DSnailSource.java63 return Path.fromString("/snail/set").getChild(id);
67 return Path.fromString("/snail/item").getChild(id);
H A DLocalSource.java98 LocalAlbumSet.PATH_IMAGE.getChild(bucketId));
100 LocalAlbumSet.PATH_VIDEO.getChild(bucketId));
145 return Path.fromString("/local/image").getChild(id);
147 return Path.fromString("/local/video").getChild(id);
149 return Path.fromString("/local/all").getChild(id);
159 return id >= 0 ? LocalImage.ITEM_PATH.getChild(id) : null;
163 return id >= 0 ? LocalVideo.ITEM_PATH.getChild(id) : null;
185 return Path.fromString("/local/all").getChild(
H A DPath.java39 public Path getChild(String segment) { method in class:Path
60 public Path getChild(int segment) { method in class:Path
61 return getChild(String.valueOf(segment));
64 public Path getChild(long segment) { method in class:Path
65 return getChild(String.valueOf(segment));
99 current = current.getChild(segments[i]);
H A DClusterAlbumSet.java106 childPath = mPath.getChild(Uri.encode(childName));
109 childPath = mPath.getChild(minSize);
111 childPath = mPath.getChild(i);
H A DMtpDevice.java128 Path childPath = mItemPath.getChild(child.getObjectHandle());
H A DMtpDeviceSet.java73 Path childPath = mPath.getChild(deviceId);
H A DLocalAlbum.java125 Path childPath = mItemPath.getChild(id);
201 Path childPath = itemPath.getChild(id);
H A DLocalAlbumSet.java224 Path path = parent.getChild(id);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
H A DPathTest.java63 assertSame(q, p.getChild("world"));
64 Path r = q.getChild(17);
H A DMockSet.java35 Path childPath = mItemPath.getChild(item_id_start + i);
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java120 .getChild(newBucketId)
/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java606 final GroupDelta child = (GroupDelta)this.getChild(groupPosition, childPosition);
627 public Object getChild(int groupPosition, int childPosition) { method in class:CustomContactListFilterActivity.DisplayAdapter
640 final GroupDelta child = (GroupDelta)getChild(groupPosition, childPosition);
710 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
752 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
/packages/apps/Browser/src/com/android/browser/
H A DDateSortedExpandableListAdapter.java330 public Object getChild(int groupPosition, int childPosition) { method in class:DateSortedExpandableListAdapter
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DFloatingChildLayout.java106 public View getChild() { method in class:FloatingChildLayout
119 * Set {@link Rect} in screen coordinates that {@link #getChild()} should be
218 /** Begin animating {@link #getChild()} visible. */
227 * Begin animating {@link #getChild()} invisible. Returns false if animation is not valid in
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DLocalPhotoSource.java99 mDataManager.getMediaObject(LOCAL_IMAGE_ROOT.getChild(id));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DClusteredSuggestionsAdapter.java153 public Suggestion getChild(int groupPosition, int childPosition) { method in class:ClusteredSuggestionsAdapter.Adapter
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDateSortedExpandableListAdapter.java310 public Object getChild(int groupPosition, int childPosition) { method in class:DateSortedExpandableListAdapter
/packages/apps/Browser/src/com/android/browser/view/
H A DBookmarkExpandableView.java303 public Object getChild(int groupPosition, int childPosition) { method in class:BookmarkExpandableView.BookmarkAccountAdapter
/packages/apps/Music/src/com/android/music/
H A DArtistAlbumBrowserActivity.java271 Cursor c = (Cursor) getExpandableListAdapter().getChild(groupPosition, childPosition);
359 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);

Completed in 266 milliseconds