Searched refs:innerHeight (Results 1 – 2 of 2) sorted by relevance
214 const innerHeight = this.getInnerHeight(); constant215 const lineHeight = this.getLineHeight(timelineTraces, innerHeight);216 let fromTop = this.getPadding().top + innerHeight - lineHeight;244 const innerHeight = this.getInnerHeight(); constant245 const lineHeight = this.getLineHeight(timelineTraces, innerHeight);246 let fromTop = this.getPadding().top + innerHeight - lineHeight;357 innerHeight: number,359 return innerHeight / (Math.max(timelineTraces.size - 10, 0) + 12);
220 const maxHeight = window.innerHeight - 140;