Home
last modified time | relevance | path

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

12

/development/tools/winscope/src/
Dtransform_wm.js46 children: [ property
48 [entry.windowContainer.children.reverse(), transform_window_container_child],
62 children: [ property
64 [entry.windowToken.windowContainer.children.reverse(), transform_window_container_child],
74 children: [ property
77 [entry.windowContainer.children.reverse(), transform_window_container_child],
87 children: [ property
98 children: [ property
100 [entry.windowContainer.children.reverse(), transform_window_container_child],
110 children: [ property
[all …]
Dtransform.js22 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… property
57 var transformed_children = handle_children(children, true /* transform */);
70 children: transformed_children, property
73 skip: handle_children(children, false /* transform */),
98 var children = [];
104 children.push(transform_json(null, formatted, options));
107 children.push(transform_json(e, ""+i, options));
110 children.push(transform_json(null, obj, options));
112 children.push(transform_json(null, ""+obj, options));
115 children.push(transform_json(obj[key], key, options));
[all …]
Dtransform_sys_ui.js24 children: [] property
33 children: [ property
44 children: [ property
57 children: [ property
Dtransform_wl.js38 children: [ property
57 children: [ property
76 children: [ property
87 children: [ property
100 children: [ property
Dtransform_launcher.js24 children: [] property
33 children: [ property
46 children: [ property
Dtransform_sf.js86 children: [[layer.resolvedChildren, transform_layer]], property
115 if (Array.isArray(e.children)) {
116 e.resolvedChildren = e.children.map(
118 e.children.forEach((childId) => {
133 foreachTree(n.children, fun);
154 children: [ property
176 children: [ property
189 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
Dsf_visibility.js262 const children = rootLayers[i].children.map(id => layerMap[id])
265 const traverseList = relatives.concat(children.filter(layer => !layer.isRelativeOf));
305 const children = rootLayers[i].children.map(id => layerMap[id]);
306 traverse(layerMap, children, fn);
Dtransform_protolog.js142 children: data property
Ddecode.js255 data = transformed.children;
/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/scripts/
Dnative_heapdump_viewer.py361 self.children = {}
368 if not (child.addr in self.children):
369 self.children[child.addr] = child
370 self.children[child.addr].addStack(size, num_allocs, stack[1:])
381 children = sorted(node.children.values(), key=lambda x: x.size, reverse=True)
382 for child in children:
400 children = sorted(node.children.values(), key=lambda x: x.size, reverse=True)
402 if len(children) > 0:
407 for child in children:
/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/idegen/src/com/android/idegen/
DDirectorySearch.java144 File[] children = file.listFiles(); in findSourceDirs() local
145 for (File child : children) { in findSourceDirs()
192 File[] children = resFile.listFiles(); in findExcludeDirs() local
193 for (File child : children) { in findExcludeDirs()
/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/tools/bugreport/src/com/android/bugreport/cpuinfo/
DCpuUsage.java33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();; field in CpuUsage
/development/samples/browseable/SwipeRefreshMultipleViews/
D_index.jd9 gesture to a layout with multiple children, enabling the ability to trigger a
/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/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js296 node = map[name] = data || { name : name, children : [] };
299 node.parent.children.push(node);
/development/samples/training/testingfun/gradle/wrapper/
Dgradle-wrapper.jar ... .File) boolean success int i String[] children java.io.File dir private void unzip ( ...
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/
Dgradle-wrapper.jar ... .File) boolean success int i String[] children java.io.File dir private void unzip ( ...
/development/tools/checkcolor/gradle/wrapper/
Dgradle-wrapper.jar ... .File) boolean success int i String[] children java.io.File dir private void unzip ( ...
/development/samples/training/multiscreen/newsreader/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12