Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dpanel_container.ts46 doesScroll: boolean; property
88 return this.attrs.doesScroll ? SCROLLING_CANVAS_OVERDRAW_FACTOR : 1;
198 if (this.attrs.doesScroll) {
212 if (attrs.doesScroll) {
239 parentSizeChanged || !this.attrs.doesScroll && totalPanelHeightChanged;
253 this.attrs.doesScroll ? this.parentHeight * this.canvasOverdrawFactor :
261 if (!this.attrs.doesScroll) {
Dviewer_page.ts249 doesScroll: false,
262 doesScroll: true,
Ddetails_panel.ts342 m(PanelContainer, {doesScroll: true, panels, kind: 'DETAILS'})));