Home
last modified time | relevance | path

Searched refs:visibleRows (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.init.ts525 sp.visibleRows = sp.visibleRows.filter((it) => !it.sleeping);
528 sp.visibleRows.indexOf(tr) == -1 && sp.visibleRows.push(tr);
531 sp.visibleRows
534 …vr.sticky = sp.visibleRows.some((vro) => vr.childrenList.filter((it) => !it.collect).indexOf(vro) …
536 sp.visibleRows
DSpSystemTrace.ts162 visibleRows: Array<TraceRow<any>> = []; property in SpSystemTrace
492 this.visibleRows.forEach((it) => (it.needRefresh = true));
540 if (this.visibleRows.length === 0) {
557 this.visibleRows.forEach((v, i) => {
1395 this.visibleRows.forEach((it) => (it.needRefresh = true));
1621 this.visibleRows.forEach((it) => (it.rowHidden = false && it.draw(true)));
1816 this.visibleRows.length = 0;
1821 this.visibleRows = [];
DSpSystemTrace.event.ts391 let rows = sp.visibleRows;
666 …let rows = sp.visibleRows.filter((it) => it.focusContain(ev, inFavoriteArea!) && it.collect === in…
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts94 spSystemTrace?.visibleRows.forEach((it) => {
/developtools/smartperf_host/ide/src/trace/
DSpApplication.ts1564 this.spSystemTrace?.visibleRows.forEach((it) => {