Searched refs:mouseXRatio (Results 1 – 2 of 2) sorted by relevance
232 const mouseXRatio: number | undefined = constant234 this.lastMousePosX = mouseXRatio235 ? mouseXRatio * this.drawer.getWidth()
799 updateExpandedTimelineMouseXRatio(mouseXRatio: number | undefined) {800 this.expandedTimelineMouseXRatio = mouseXRatio;