Searched refs:dragEndTime (Results 1 – 1 of 1) sorted by relevance
21 const dragEndTime = this.timeScale.pxToTime(x); constant22 const tStart = Math.min(dragBeginTime, dragEndTime);23 const tEnd = Math.max(dragBeginTime, dragEndTime);