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.java64 return Path.fromString("/snail/set").getChild(id);
68 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));
105 current = current.getChild(segments[i]);
H A DClusterAlbumSet.java108 childPath = mPath.getChild(Uri.encode(childName));
111 childPath = mPath.getChild(minSize);
113 childPath = mPath.getChild(i);
H A DLocalAlbum.java133 Path childPath = mItemPath.getChild(id);
211 Path childPath = itemPath.getChild(id);
H A DLocalAlbumSet.java139 Path path = parent.getChild(id);
H A DSecureAlbum.java77 Path path = pathBase.getChild(id);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DVCardDetailAdapter.java43 public Object getChild(final int groupPosition, final int childPosition) { method in class:VCardDetailAdapter
63 getChild(groupPosition, childPosition);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSettingsAdapter.java95 public BluetoothMapAccountItem getChild(int groupPosition, int childPosition) { method in class:BluetoothMapSettingsAdapter
99 private ArrayList<BluetoothMapAccountItem> getChild(BluetoothMapAccountItem group) { method in class:BluetoothMapSettingsAdapter
124 final BluetoothMapAccountItem child = getChild(groupPosition, childPosition);
134 ArrayList<BluetoothMapAccountItem> childList = getChild(parentGroup);
259 ArrayList<BluetoothMapAccountItem> childItem = getChild(groupItem);
/packages/experimental/TestBack/src/foo/bar/testback/
H A DTestBackService.java117 AccessibilityNodeInfo child = root.getChild(i);
130 AccessibilityNodeInfo child = root.getChild(i);
/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java145 .getChild(newBucketId)
164 .getChild(newBucketId)
/packages/apps/Settings/tests/app/src/com/android/settings/gesture/
H A DGestureSettingsTest.java163 UiObject relativeLayout = settings.getChild(relativeLayoutSelector.instance(i));
167 UiObject obj1 = relativeLayout.getChild(new UiSelector().index(0));
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java608 final GroupDelta child = (GroupDelta)this.getChild(groupPosition, childPosition);
629 public Object getChild(int groupPosition, int childPosition) { method in class:CustomContactListFilterActivity.DisplayAdapter
642 final GroupDelta child = (GroupDelta)getChild(groupPosition, childPosition);
707 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
749 final GroupDelta child = (GroupDelta)mAdapter.getChild(groupPosition, childPosition);
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DLocalPhotoSource.java101 mDataManager.getMediaObject(LOCAL_IMAGE_ROOT.getChild(id));
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java355 public CertHolder getChild(int groupPosition, int childPosition) { method in class:TrustedCredentialsSettings.GroupAdapter
399 return getViewForCertificate(getChild(groupPosition, childPosition), mData.mTab,
410 showCertDialog(getChild(groupPosition, childPosition));
548 return mParent.getChild(mGroupPosition, position);
/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);
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 828 milliseconds