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.ts355 const layerBounds = this.getCroppedScreenBounds(layer, crop);
356 const otherBounds = this.getCroppedScreenBounds(other, crop);
368 const layerBounds = this.getCroppedScreenBounds(layer, crop);
369 const otherBounds = this.getCroppedScreenBounds(other, crop);
375 private getCroppedScreenBounds( method in VisibilityPropertiesComputation