Lines Matching refs:tr
520 let tr = it.target as TraceRow<any>;
521 tr.intersectionRatio = it.intersectionRatio;
523 tr.sleeping = true;
524 sp.invisibleRows.indexOf(tr) == -1 && sp.invisibleRows.push(tr);
527 tr.sleeping = false;
528 sp.visibleRows.indexOf(tr) == -1 && sp.visibleRows.push(tr);
570 window.subscribe(window.SmartEvent.UI.TraceRowComplete, (tr) => {});
572 window.subscribe(window.SmartEvent.UI.KeyboardEnable, (tr) => {
573 sp.keyboardEnable = tr.enable;
591 window.subscribe(window.SmartEvent.UI.MouseEventEnable, (tr) => {
592 sp.mouseEventEnable = tr.mouseEnable;