Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dkeyboard_event_handler.ts93 function findAnotherFlowExcept(boundFlows: Flow[], flowId: number): number {
96 if (boundFlows.length === 0) {
100 for (const flow of boundFlows) {
109 return boundFlows[0].id;
123 const boundFlows = globals.connectedFlows.filter( constant
129 boundFlows, globals.frontendLocalState.focusedFlowIdLeft);
133 boundFlows, globals.frontendLocalState.focusedFlowIdRight);