Searched refs:move_y (Results 1 – 1 of 1) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | RangeRuler.ts | 328 let move_y = ev.offsetY - (this.canvas?.offsetTop || 0); variable 336 if (this.markAObj.inspectionFrame.contains(move_x, move_y)) { 338 } else if (this.markBObj.inspectionFrame.contains(move_x, move_y)) { 344 this.handleMovingMark(move_x, move_y, maxX, trace); 397 move_y: number, 417 } else if (this.rangeRect.containsWithPadding(move_x, move_y, MarkPadding, 0)) { 421 this.frame.containsWithMargin(move_x, move_y, 20, 0, 0, 0) && 422 !this.rangeRect.containsWithMargin(move_x, move_y, 0, MarkPadding, 0, MarkPadding)
|