Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dkeyboard_event_handler.ts129 boundFlows, globals.frontendLocalState.focusedFlowIdLeft);
148 globals.frontendLocalState.focusedFlowIdLeft :
Dfrontend_local_state.ts74 focusedFlowIdLeft = -1; property in FrontendLocalState
137 this.focusedFlowIdLeft = flowId;
Dindex.ts156 globals.frontendLocalState.focusedFlowIdLeft = -1;
165 globals.frontendLocalState.focusedFlowIdLeft = flow.id;
Dflow_events_renderer.ts218 const focused = flow.id === globals.frontendLocalState.focusedFlowIdLeft ||