Home
last modified time | relevance | path

Searched refs:frameSpacingResult (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.test.ts51 frameSpacingResult: 0.2,
66 frameSpacingResult: 0.1,
81 frameSpacingResult: 0.1,
116 frameSpacingResult: 0.1,
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFrameSpacing.ts88 return filterData.frameSpacingResult!;
94 return filterData.frameSpacingResult!;
173 ((currentStruct.frameSpacingResult! - minValue) * (row.frame.height - padding * multiple)) /
255 frameSpacing.frameSpacingResult = 0;
283 return filterData.frameSpacingResult!;
289 return filterData.frameSpacingResult!;
320 frameSpacingResult: number | undefined; property in FrameSpacingStruct
368 … ((frameSpacing.frameSpacingResult! - minValue) * (row.frame.height - padding * multiple)) /
474 …((preFrameSpacing.frameSpacingResult! - minValue) * (rowFrame.frame.height - padding * multiple)) /
481 … ((currentStruct.frameSpacingResult! - minValue) * (rowFrame.frame.height - padding * multiple)) /
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DFrameDynamicEffectReceiver.ts240 frameSpacing.frameSpacingResult[index] = Number(itemData.frameSpacingResult);
262 frameSpacingResult: frameSpacing.frameSpacingResult.buffer,
281 frameSpacing.frameSpacingResult.buffer,
311 itemData.frameSpacingResult = Number(result.toFixed(unitIndex));
321 itemData.frameSpacingResult = 0;
336 frameSpacingResult: Float32Array; property in FrameSpacing
350 …this.frameSpacingResult = new Float32Array(transfer ? len : data.params.sharedArrayBuffers.animati…
DFrameDynamicEffectSender.ts147 frameSpacingResult: new SharedArrayBuffer(Float32Array.BYTES_PER_ELEMENT * MAX_COUNT),
185 let frameSpacingResult = new Float32Array(res.frameSpacingResult);
199 frameSpacingResult: frameSpacingResult[index],
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/
DTabFrameSpacing.ts98 frameSpacing.frameSpacingResult = structValue.frameSpacingResult;
203 frameSpacingResult: number | undefined; property in FrameSpacingTableStruct
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpFrameTimeChart.test.ts168 frameSpacingResult: 0.1,
181 frameSpacingResult: 0,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/frame/
DTabFrameSpacing.test.ts30 frameSpacingResult: 0,
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts727 frameData.frameSpacingResult !== -1 &&