Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Drects_computation.ts81 const boundsRect = Rect.from(bounds); constant
90 .setX(boundsRect.x)
91 .setY(boundsRect.y)
92 .setWidth(boundsRect.w)
93 .setHeight(boundsRect.h)