Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dz_order_paths_computation.ts38 const zOrderPath = this.getZOrderPath(node);
80 private getZOrderPath(node: HierarchyTreeNode | undefined): number[] { method in ZOrderPathsComputation
83 const zOrderPath = this.getZOrderPath(node.getZParent());