Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Drects_computation.ts176 const occludedBy = node.getEagerPropertyByName('occludedBy'); constant
179 (occludedBy === undefined || occludedBy.getAllChildren().length === 0)
Dvisibility_properties_computation.ts84 const occludedBy = opaqueLayers constant
107 if (occludedBy.length > 0) {
122 occludedBy,
137 return !occludedBy.includes(other.id);
Drects_computation_test.ts60 occludedBy: [1],
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts354 const occludedBy = tree.getChildByName('occludedBy')?.getAllChildren(); constant
355 if (occludedBy && occludedBy.length > 0) {
358 layerValues: occludedBy.map((layer) => this.getLayerSummary(layer)),