Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/
DTimerShaftElement.ts139 public selectionList: Array<SelectionParam> = []; property in TimerShaftElement
204 this.selectionList.length = 0;
478 let selection = this.selectionList[this.selectionList.length - 1];
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DSportRuler.ts158 …this.timerShaftEL?.selectionList.splice(this.timerShaftEL?.selectionList.indexOf(selectionParam), …
508 …this.timerShaftEL?.selectionList.splice(this.timerShaftEL?.selectionList.indexOf(selectionParam), …
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.init.ts469 sp.timerShaftEL!.selectionList.push(selection); // 保持选中对象,为后面的再次选中该框选区域做准备。