Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dpanel_container.ts229 const panelHeight = this.panelHeights[i]; constant
232 if (!this.overlapsCanvas(yStartOnCanvas, yStartOnCanvas + panelHeight)) {
233 panelYStart += panelHeight;
246 const size = {width: this.parentWidth, height: panelHeight};
254 panelYStart += panelHeight;