Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts330 const currentZoomRange = timelineData.getZoomRange(); constant
331 const currentZoomWidth = currentZoomRange.to.minus(
332 currentZoomRange.from.getValueNs(),
339 const currentMiddle = currentZoomRange.from
340 .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())