Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts176 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