Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dfrontend_local_state.ts41 updateVisibleTime(ts: TimeSpan) { method in FrontendLocalState
68 this.updateVisibleTime(new TimeSpan(visible.startSec, visible.endSec));
Dviewer_page.ts227 frontendLocalState.updateVisibleTime(new TimeSpan(tStart, tEnd));
237 frontendLocalState.updateVisibleTime(newSpan);
Doverview_timeline_panel.ts125 globals.frontendLocalState.updateVisibleTime(vizTime);