Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dpan_and_zoom_handler.ts88 private targetZoomRatio = 0; property in PanAndZoomHandler
197 const step = (this.targetZoomRatio - this.zoomRatio) * SNAP_FACTOR;
203 this.targetZoomRatio += this.zooming * targetStep;
259 this.targetZoomRatio = keyToZoom(e) * INITIAL_ZOOM_STEP;