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.ts34 private rootLayers: HierarchyTreeNode[] | undefined; property in VisibilityPropertiesComputation
40 this.rootLayers = value.getAllChildren().slice();
45 if (!this.root || !this.rootLayers) {