Home
last modified time | relevance | path

Searched defs:children (Results 1 – 9 of 9) sorted by relevance

/development/tools/winscope/src/
Dtransform_wm.js46 children: [ property
61 children: [ property
72 children: [ property
83 children: [ property
94 children: [ property
105 children: [ property
116 children: [ property
127 children: [ property
143 children: [ property
158 children: [], property
[all …]
Dtransform.js17 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… property
65 children: transformed_children, property
118 children: children[0].children, property
126 children: children, property
Dtransform_sf.js185 children: [ property
254 children: [ property
275 children: [ property
288 children: [ property
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/
DCpuUsage.java33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();; field in CpuUsage
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java144 File[] children = file.listFiles(); in findSourceDirs() local
192 File[] children = resFile.listFiles(); in findExcludeDirs() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList3.java51 List<Map<String, String>> children = new ArrayList<Map<String, String>>(); in onCreate() local
DExpandableList1.java92 private String[][] children = { field in ExpandableList1.MyExpandableListAdapter
/development/samples/Vault/src/com/example/android/vault/
DVaultProvider.java273 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in isChildDocument() local
400 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentTree() local
427 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentReferences() local
480 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in queryChildDocuments() local
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java230 List<File> children = Lists.newArrayList(); in list() local