Searched refs:endOffSetY (Results 1 – 2 of 2) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.line.ts | 81 let endOffSetY = 20 * (findJankEntry!.depth! + 0.5); 86 endOffSetY = 10 * (findJankEntry!.depth! + 0.5); 100 const endPoint = setPoint(endX, endY, endOffSetY, findJankEntry.ts!, endRowEl, true, 'janks'); 117 let endOffSetY = 20 * (findJankEntry!.depth! + 0.5); 122 endOffSetY = 10 * (findJankEntry!.depth! + 0.5); 139 …const endPoint = setPoint(endX, endY, endOffSetY, tts, endRowEl, selectJankStruct.ts == tts, 'jank… 480 const [endY, endRowEl, endOffSetY] = sp.calculateEndY(endParentRow, endRowStruct); constant 497 endOffSetY,
|
| D | SpSystemTrace.ts | 1266 let endOffSetY = 20 * 0.5; variable 1271 endOffSetY = 10 * 0.5; 1273 return [endY, endRowEl, endOffSetY];
|