Home
last modified time | relevance | path

Searched refs:getCroppedScreenBounds (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);
353 const otherBounds = this.getCroppedScreenBounds(other, crop);
365 const layerBounds = this.getCroppedScreenBounds(layer, crop);
366 const otherBounds = this.getCroppedScreenBounds(other, crop);
372 private getCroppedScreenBounds( method in VisibilityPropertiesComputation