Searched refs:mouseDown_x (Results 1 – 1 of 1) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | RangeRuler.ts | 292 let mouseDown_x = mouseEventDown.offsetX - (this.canvas?.offsetLeft || 0); variable 295 this.mouseDownOffsetX = mouseDown_x; 305 if (this.rangeRect.containsWithPadding(mouseDown_x, mouseDown_y, 5, 0)) { 311 this.frame.containsWithMargin(mouseDown_x, mouseDown_y, 20, 0, 0, 0) && 312 !this.rangeRect.containsWithMargin(mouseDown_x, mouseDown_y, 0, MarkPadding, 0, MarkPadding)
|