Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts355 const layerBounds = this.getCroppedScreenBounds(layer, crop); constant
357 return layerBounds && otherBounds
358 ? layerBounds.containsRect(otherBounds)
368 const layerBounds = this.getCroppedScreenBounds(layer, crop); constant
370 return layerBounds && otherBounds
371 ? layerBounds.intersectsRect(otherBounds)