Searched defs:children (Results 1 – 10 of 10) sorted by relevance
/development/tools/winscope/src/ |
D | transform_wm.js | 46 children: [], property 59 children: [ property 70 children: [ property 81 children: [ property 92 children: [ property 103 children: [ property 114 children: [ property 130 children: [ property 144 children: [], property 153 children: [ property [all …]
|
D | transform.js | 17 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… property 62 children: transformed_children, property 115 children: children[0].children, property 123 children: children, property
|
D | transform_sf.js | 75 children: [ property 136 children: [ property 157 children: [ property 169 children: [ property
|
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/ |
D | CpuUsage.java | 33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();; field in CpuUsage
|
/development/tools/idegen/src/com/android/idegen/ |
D | DirectorySearch.java | 144 File[] children = file.listFiles(); in findSourceDirs() local 192 File[] children = resFile.listFiles(); in findExcludeDirs() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | ExpandableList3.java | 51 List<Map<String, String>> children = new ArrayList<Map<String, String>>(); in onCreate() local
|
D | ExpandableList1.java | 92 private String[][] children = { field in ExpandableList1.MyExpandableListAdapter
|
/development/samples/Vault/src/com/example/android/vault/ |
D | VaultProvider.java | 273 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/ |
D | RmTypeDefsTest.java | 230 List<File> children = Lists.newArrayList(); in list() local
|
/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
D | Shims.java | 56 List<Node> children; field in Node
|