Home
last modified time | relevance | path

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

/development/tools/winscope/src/
Dtransform_wm.js46 children: [ property
62 children: [ property
74 children: [ property
87 children: [ property
98 children: [ property
110 children: [ property
121 children: [ property
132 children: [ property
151 children: [[entry.windowContainer.children.reverse(), transform_window_container_child],] property
161 children: [ property
[all …]
Dtransform_sys_ui.js24 children: [] property
33 children: [ property
44 children: [ property
57 children: [ property
Dtransform_launcher.js24 children: [] property
33 children: [ property
46 children: [ property
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.js86 children: [[layer.resolvedChildren, transform_layer]], property
154 children: [ property
176 children: [ property
189 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