Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts32 private rootLayers: HierarchyTreeNode[] | undefined; property in VisibilityPropertiesComputation
38 this.rootLayers = value.getAllChildren().slice();
43 if (!this.root || !this.rootLayers) {
51 const sortedLayers = this.rootLayers.sort(this.sortLayerZ);