Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtime_scale.ts28 private _endPx: number; property in TimeScale
34 this._endPx = boundsPx[1];
39 this.secPerPx = this.timeBounds.duration / (this._endPx - this._startPx);
67 this._endPx = pxEnd;
80 return this._endPx;