Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dpanel_container.ts41 doesScroll: boolean; property
72 return this.attrs.doesScroll ? SCROLLING_CANVAS_OVERDRAW_FACTOR : 1;
115 if (this.attrs.doesScroll) {
129 if (attrs.doesScroll) {
152 this.attrs.doesScroll ? parentSizeChanged : totalPanelHeightChanged;
161 this.attrs.doesScroll ? this.parentHeight * this.canvasOverdrawFactor :
Dviewer_page.ts330 doesScroll: false,
341 doesScroll: true,
358 m(PanelContainer, {doesScroll: true, panels: detailsPanels}))));