Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts382 const layerScreenBounds = this.getRect(layerScreenBoundsNode); constant
384 if (layerScreenBounds && !crop.isEmpty()) {
385 return layerScreenBounds.cropRect(crop);
388 return layerScreenBounds;