Home
last modified time | relevance | path

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

/external/perfetto/ui/src/plugins/dev.perfetto.AndroidLog/
Dlogs_panel.ts39 hideNonMatching: boolean; property
249 readonly hideNonMatching: boolean; property
256 const icon = attrs.hideNonMatching ? 'unfold_less' : 'unfold_more';
257 const tooltip = attrs.hideNonMatching
311 hideNonMatching: attrs.store.state.hideNonMatching,
314 draft.hideNonMatching = !draft.hideNonMatching;
393 const globMatch = composeGlobMatch(filter.hideNonMatching, filter.textEntry);
Dindex.ts34 hideNonMatching: true,