Home
last modified time | relevance | path

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

/development/tools/winscope/src/messaging/
Dwinscope_event.ts134 readonly newFocusedView: View; property in TabbedViewSwitched
139 this.newFocusedView = view;
/development/tools/winscope/src/app/
Dmediator.ts194 if (this.timelineData.trySetActiveTrace(event.newFocusedView.traces[0])) {
196 new ActiveTraceChanged(event.newFocusedView.traces[0]),
199 this.focusedTabView = event.newFocusedView;