Home
last modified time | relevance | path

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

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