Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts51 const sortedLayers = this.rootLayers.sort(this.sortLayerZ);
303 children.sort(this.sortLayerZ).forEach((child) => {
446 private sortLayerZ(a: HierarchyTreeNode, b: HierarchyTreeNode): number { method in VisibilityPropertiesComputation