Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts242 let maxScale = 0; variable
251 maxScale = this.scales[scalesIndex];
252 weight = ((l20 - minScale) * 1.0) / (maxScale - minScale);
254 this.scale = maxScale;
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts35 const maxScale = 0.8; //收藏最大高度为界面最大高度的80% constant
153 return (this.parentElement!.clientHeight - topHeight) * maxScale;