Searched refs:visibleRows (Results 1 – 5 of 5) sorted by relevance
525 sp.visibleRows = sp.visibleRows.filter((it) => !it.sleeping);528 sp.visibleRows.indexOf(tr) == -1 && sp.visibleRows.push(tr);531 sp.visibleRows534 …vr.sticky = sp.visibleRows.some((vro) => vr.childrenList.filter((it) => !it.collect).indexOf(vro) …536 sp.visibleRows
162 visibleRows: Array<TraceRow<any>> = []; property in SpSystemTrace492 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 = [];
391 let rows = sp.visibleRows;666 …let rows = sp.visibleRows.filter((it) => it.focusContain(ev, inFavoriteArea!) && it.collect === in…
94 spSystemTrace?.visibleRows.forEach((it) => {
1564 this.spSystemTrace?.visibleRows.forEach((it) => {