Home
last modified time | relevance | path

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

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