Home
last modified time | relevance | path

Searched defs:rectId (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Drect_label.ts26 rectId: string; property
H A Dcanvas.ts814 for (const [rectId, graphics] of this.lastScene.rectIdToLabelGraphics) { constant
H A Dcanvas_test.ts36 const rectId = 'rect1'; constant
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_surface_flinger/
H A Dviewer_surface_flinger.ts53 const rectId = (event as CustomEvent).detail.clickedRectId; constant