Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/common/
Dcollapsible_sections.ts17 import {CollapsibleSection} from './collapsible_section';
21 constructor(private sections: CollapsibleSection[]) {}
27 getCollapsedSections(): CollapsibleSection[] {
31 getSection(type: CollapsibleSectionType): CollapsibleSection | undefined {
Dcollapsible_section.ts19 export interface CollapsibleSection { interface