Searched refs:hoveredX (Results 1 – 2 of 2) sorted by relevance
48 hoveredX: null|number = null; property in NotesPanel52 this.hoveredX = (e as PerfettoMouseEvent).layerX - TRACK_SHELL_WIDTH;55 const timestamp = timescale.pxToTime(this.hoveredX);61 this.hoveredX = (e as PerfettoMouseEvent).layerX - TRACK_SHELL_WIDTH;65 this.hoveredX = null;107 this.hoveredX && this.mouseOverNote(this.hoveredX, note);148 if (!aNoteIsHovered && this.hoveredX !== null) {149 const timestamp = timeScale.pxToTime(this.hoveredX);225 if (this.hoveredX && this.mouseOverNote(this.hoveredX, note)) {
67 private hoveredX = -1; property in Flamegraph257 if (this.hoveredX > -1 && this.hoveredY > -1 && this.hoveredCallsite) {322 let rectXStart = this.hoveredX + offsetPx;371 this.hoveredX = x;382 this.hoveredX = -1;