Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts315 Analytics.Navigation.logZoom(this.getZoomSource(zoomOn), 'timeline', 'in');
320 Analytics.Navigation.logZoom(this.getZoomSource(zoomOn), 'timeline', 'out');
442 private getZoomSource(zoomOn?: Timestamp): 'scroll' | 'button' { method in MiniTimelineComponent