Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.line.ts68 let startParentRow: any;
71 startParentRow = sp.shadowRoot?.querySelector<TraceRow<JankStruct>>(
92 if (startParentRow && !startParentRow.expansion && expansionFlag) {
93 startY = startParentRow!.translateY! + 10 * (selectJankStruct!.depth! + 0.5);
94 startRowEl = startParentRow;
128 let startParentRow = sp.shadowRoot?.querySelector<TraceRow<JankStruct>>(
131 if (startParentRow && !startParentRow.expansion && expansionFlag) {
132 startY = startParentRow!.translateY! + 10 * (selectJankStruct!.depth! + 0.5);
133 startRowEl = startParentRow;
DSpSystemTrace.ts1251 const startParentRow = this.shadowRoot?.querySelector<TraceRow<ThreadStruct>>( constant
1255 if (startParentRow && !startParentRow.expansion && expansionFlag) {
1256 startY = startParentRow.translateY!;
1257 startRowEl = startParentRow;