Searched refs:currentZoomRange (Results 1 – 1 of 1) sorted by relevance
330 const currentZoomRange = timelineData.getZoomRange(); constant331 const currentZoomWidth = currentZoomRange.to.minus(332 currentZoomRange.from.getValueNs(),339 const currentMiddle = currentZoomRange.from340 .add(currentZoomRange.to.getValueNs())348 if (cursorPosition !== undefined && cursorPosition.in(currentZoomRange)) {351 } else if (zoomOn.in(currentZoomRange)) {358 zoomTowards.minus(currentZoomRange.from.getValueNs()).getValueNs(),366 .times(currentZoomRange.to.minus(zoomTowards.getValueNs()).getValueNs())