Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts21 import {TrackGroupPanel} from './track_group_panel';
48 panel: TrackGroupPanel;
91 panel.state instanceof TrackGroupPanel &&
Dviewer_page.ts33 import {TrackGroupPanel} from './track_group_panel';
216 scrollingPanels.push(m(TrackGroupPanel, {
Dtrack_group_panel.ts48 export class TrackGroupPanel extends Panel<Attrs> { class