Searched refs:isHiddenByPolicy (Results 1 – 1 of 1) sorted by relevance
176 if (this.isHiddenByParent(layer) || this.isHiddenByPolicy(layer)) {226 if (this.isHiddenByPolicy(layer)) reasons.push('flag is hidden');395 (this.isHiddenByPolicy(parentLayer) || this.isHiddenByParent(parentLayer))399 private isHiddenByPolicy(layer: HierarchyTreeNode): boolean { method in VisibilityPropertiesComputation