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.ts352 const layerBounds = this.getCroppedScreenBounds(layer, crop); constant
354 return layerBounds && otherBounds
355 ? layerBounds.containsRect(otherBounds)
365 const layerBounds = this.getCroppedScreenBounds(layer, crop); constant
367 return layerBounds && otherBounds
368 ? layerBounds.intersectsRect(otherBounds)