Home
last modified time | relevance | path

Searched refs:extractFlattenedChildren (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/viewers/common/operations/
Dflatten_children.ts22 const flattenedChildren = this.extractFlattenedChildren(node);
31 private extractFlattenedChildren( method in FlattenChildren
37 children.push(...this.extractFlattenedChildren(child));