Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts166 public _frame: Rect | undefined; property in TraceRow
614 if (this._frame) {
615 this._frame.width = TraceRow.FRAME_WIDTH;
616 this._frame.height = this.clientHeight;
617 return this._frame;
619 this._frame = new Rect(0, 0, TraceRow.FRAME_WIDTH, this.clientHeight || 40);
620 return this._frame;
625 this._frame = f;