Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts293 let mouseDown_y = mouseEventDown.offsetY - (this.canvas?.offsetTop || 0); variable
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)