Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts179 if (this.hasZeroAlpha(layer)) {
238 if (this.hasZeroAlpha(layer)) {
407 private hasZeroAlpha(layer: HierarchyTreeNode): boolean { method in VisibilityPropertiesComputation