Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph.ts23 nextXForChildren: number; property
152 nodesMap.set(-1, {width, nextXForChildren: x, size: this.totalSize, x});
197 const currentX = parentNode.nextXForChildren;
208 nextXForChildren: currentX,
215 nextXForChildren: currentX + width,