Home
last modified time | relevance | path

Searched refs:children (Results 1 – 25 of 30) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList3.java51 List<Map<String, String>> children = new ArrayList<Map<String, String>>(); in onCreate() local
54 children.add(curChildMap); in onCreate()
58 childData.add(children); in onCreate()
DExpandableList1.java92 private String[][] children = { field in ExpandableList1.MyExpandableListAdapter
100 return children[groupPosition][childPosition]; in getChild()
108 return children[groupPosition].length; in getChildrenCount()
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java141 File[] children = file.listFiles(); in findSourceDirs() local
142 for (File child : children) { in findSourceDirs()
178 File[] children = resFile.listFiles(); in findExcludeDirs() local
179 for (File child : children) { in findExcludeDirs()
/development/samples/Vault/src/com/example/android/vault/
DVaultProvider.java273 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in isChildDocument() local
274 for (int i = 0; i < children.length(); i++) { in isChildDocument()
275 final String childDocumentId = children.getString(i); in isChildDocument()
400 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentTree() local
401 for (int i = 0; i < children.length(); i++) { in deleteDocumentTree()
402 final long childDocId = children.getLong(i); in deleteDocumentTree()
427 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentReferences() local
428 if (maybeRemove(children, docId)) { in deleteDocumentReferences()
480 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in queryChildDocuments() local
481 for (int i = 0; i < children.length(); i++) { in queryChildDocuments()
[all …]
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java230 List<File> children = Lists.newArrayList(); in list() local
231 Collections.addAll(children, files); in list()
232 Collections.sort(children, new Comparator<File>() { in list()
239 for (File child : children) { in list()
/development/ide/xcode/freetype2.xcodeproj/
Dproject.pbxproj103 children = (
123 children = (
131 children = (
139 children = (
146 children = (
180 children = (
188 children = (
196 children = (
204 children = (
212 children = (
[all …]
/development/ide/xcode/gif.xcodeproj/
Dproject.pbxproj45 children = (
57 children = (
69 children = (
77 children = (
84 children = (
/development/samples/browseable/SwipeRefreshMultipleViews/
D_index.jd9 gesture to a layout with multiple children, enabling the ability to trigger a
/development/ide/xcode/expat.xcodeproj/
Dproject.pbxproj45 children = (
55 children = (
70 children = (
78 children = (
/development/ide/xcode/ports-mac.xcodeproj/
Dproject.pbxproj44 children = (
54 children = (
69 children = (
77 children = (
/development/ide/xcode/SampleCode/SampleCode.xcodeproj/
Dproject.pbxproj369 children = (
377 children = (
385 children = (
395 children = (
403 children = (
414 children = (
422 children = (
430 children = (
438 children = (
446 children = (
[all …]
/development/ide/xcode/giflib.xcodeproj/
Dproject.pbxproj49 children = (
62 children = (
76 children = (
84 children = (
/development/ide/xcode/animatorTest/animatorTest.xcodeproj/
Dproject.pbxproj383 children = (
432 children = (
461 children = (
469 children = (
496 children = (
552 children = (
562 children = (
572 children = (
580 children = (
588 children = (
[all …]
/development/ide/xcode/libpng.xcodeproj/
Dproject.pbxproj65 children = (
76 children = (
101 children = (
109 children = (
116 children = (
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DBrowseFragment.java67 public void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children) {
70 for (MediaBrowser.MediaItem item : children) {
/development/ide/xcode/GL.xcodeproj/
Dproject.pbxproj55 children = (
65 children = (
85 children = (
93 children = (
/development/ide/xcode/pvjpeg.xcodeproj/
Dproject.pbxproj57 children = (
68 children = (
88 children = (
96 children = (
/development/ide/xcode/ports.xcodeproj/
Dproject.pbxproj58 children = (
68 children = (
90 children = (
98 children = (
/development/ide/xcode/zlib.xcodeproj/
Dproject.pbxproj98 children = (
109 children = (
127 children = (
135 children = (
142 children = (
/development/ide/xcode/views.xcodeproj/
Dproject.pbxproj83 children = (
111 children = (
122 children = (
135 children = (
143 children = (
/development/ide/xcode/chipmunk.xcodeproj/
Dproject.pbxproj70 children = (
78 children = (
113 children = (
/development/ide/xcode/svg.xcodeproj/
Dproject.pbxproj148 children = (
208 children = (
218 children = (
226 children = (
234 children = (
/development/ide/xcode/jpeg.xcodeproj/
Dproject.pbxproj131 children = (
142 children = (
196 children = (
204 children = (
211 children = (
/development/ndk/platforms/android-3/include/linux/
Ddevice.h104 struct list_head children; member
/development/ide/xcode/corecg.xcodeproj/
Dproject.pbxproj119 children = (
156 children = (
166 children = (
188 children = (

12