Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/common/
Dtree_generator.ts178 const numOfChildren = tree.children?.length ?? 0; constant
239 const numOfChildren = tree.children?.length ?? 0; constant
423 const numOfChildren = Math.max(newTree?.children?.length ?? 0, oldTree?.children?.length ?? 0); constant