Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts94 mouseDownMovingMarkX = 0; property in RangeRuler
298 this.mouseDownMovingMarkX = this.movingMark.frame.x || 0;
301 this.mouseDownMovingMarkX = this.movingMark.frame.x || 0;
402 let result = move_x - this.mouseDownOffsetX + this.mouseDownMovingMarkX;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerTimeline.ts386 mouseDownMovingMarkX = 0;
550 this.mouseDownMovingMarkX = this.movingMark.frame.x || 0;
553 this.mouseDownMovingMarkX = this.movingMark.frame.x || 0;
632 let result = x - this.mouseDownOffsetX + this.mouseDownMovingMarkX;