Searched refs:zOrderPath (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/src/parsers/surface_flinger/computations/ |
D | z_order_paths_computation.ts | 38 const zOrderPath = this.getZOrderPath(node); constant 43 zOrderPath, 83 const zOrderPath = this.getZOrderPath(node.getZParent()); constant 85 if (z !== undefined) zOrderPath.push(z); 86 return zOrderPath;
|
D | rects_computation_test.ts | 45 zOrderPath: [0], 59 zOrderPath: [0, 1], 76 zOrderPath: [0, 2], 165 zOrderPath: [0], 180 zOrderPath: [0], 352 zOrderPath: [0, 1], 367 zOrderPath: [0, 0, 0], 440 zOrderPath: [0, 1], 455 zOrderPath: [0, 1, 0],
|