Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dtransformer.ts26 private toOffset: number; property in Transformer
40 this.toOffset = this.toRange.from;
45 this.toOffset +
55 (BigInt(x - this.toOffset) * this.fromWidth) / BigInt(this.targetWidth);