Home
last modified time | relevance | path

Searched defs:children (Results 1 – 12 of 12) 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_wl.js38 children: [ property
57 children: [ property
76 children: [ property
87 children: [ property
100 children: [ property
Dtransform_transaction.js23 children:[[transaction.surfaceChange, transform_entry_type('surfaceChange')], property
49 children: [[[entry[transactionType]], transform_entry_type(transactionType)]], property
59 children: [ property
Dtransform.js22 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… property
70 children: transformed_children, property
123 children: children[0].children, property
131 children: children, property
Dtransform_sf.js241 children: [ property
310 children: [ property
331 children: [ property
344 children: [ property
Dtransform_protolog.js142 children: data 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