Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/common/
Dcollapsible_sections_test.ts18 import {CollapsibleSectionType} from './collapsible_section_type';
26 type: CollapsibleSectionType.RECTS,
31 type: CollapsibleSectionType.HIERARCHY,
36 type: CollapsibleSectionType.PROPERTIES,
47 CollapsibleSectionType.HIERARCHY,
56 type: CollapsibleSectionType.HIERARCHY,
65 collapsibleSections.getSection(CollapsibleSectionType.HIERARCHY),
67 type: CollapsibleSectionType.HIERARCHY,
73 CollapsibleSectionType.IME_ADDITIONAL_PROPERTIES,
80 collapsibleSections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY),
[all …]
Dcollapsible_sections.ts18 import {CollapsibleSectionType} from './collapsible_section_type';
31 getSection(type: CollapsibleSectionType): CollapsibleSection | undefined {
35 isSectionCollapsed(sectionType: CollapsibleSectionType): boolean {
41 sectionType: CollapsibleSectionType,
Dcollapsible_section.ts17 import {CollapsibleSectionType} from './collapsible_section_type';
20 type: CollapsibleSectionType;
Dcollapsible_section_type.ts17 export enum CollapsibleSectionType { enum
/development/tools/winscope/src/viewers/components/
Dviewer_input_method_component.ts20 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
83 CollapsibleSectionType = CollapsibleSectionType; property in ViewerInputMethodComponent
86 type: CollapsibleSectionType.HIERARCHY,
87 label: CollapsibleSectionType.HIERARCHY,
91 type: CollapsibleSectionType.IME_ADDITIONAL_PROPERTIES,
92 label: CollapsibleSectionType.IME_ADDITIONAL_PROPERTIES,
96 type: CollapsibleSectionType.PROPERTIES,
97 label: CollapsibleSectionType.PROPERTIES,
108 this.sections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY) &&
110 CollapsibleSectionType.IME_ADDITIONAL_PROPERTIES,
Dcollapsed_sections_component_test.ts22 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
40 type: CollapsibleSectionType.RECTS,
45 type: CollapsibleSectionType.HIERARCHY,
50 type: CollapsibleSectionType.PROPERTIES,
69 CollapsibleSectionType.RECTS,
88 expect(spy).toHaveBeenCalledOnceWith(CollapsibleSectionType.HIERARCHY);
Dcollapsed_sections_component.ts19 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
72 @Output() sectionChange = new EventEmitter<CollapsibleSectionType>();
74 onCollapsedSectionClick(sectionType: CollapsibleSectionType) {
Dproperties_component.ts27 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
121 CollapsibleSectionType = CollapsibleSectionType; property in PropertiesComponent
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dviewer_surface_flinger_component.ts21 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
103 CollapsibleSectionType = CollapsibleSectionType; property in ViewerSurfaceFlingerComponent
109 type: CollapsibleSectionType.RECTS,
114 type: CollapsibleSectionType.HIERARCHY,
115 label: CollapsibleSectionType.HIERARCHY,
119 type: CollapsibleSectionType.CURATED_PROPERTIES,
124 type: CollapsibleSectionType.PROPERTIES,
137 this.sections.isSectionCollapsed(CollapsibleSectionType.PROPERTIES) &&
139 CollapsibleSectionType.CURATED_PROPERTIES,
/development/tools/winscope/src/viewers/viewer_window_manager/
Dviewer_window_manager_component.ts20 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
77 CollapsibleSectionType = CollapsibleSectionType; property in ViewerWindowManagerComponent
82 type: CollapsibleSectionType.RECTS,
87 type: CollapsibleSectionType.HIERARCHY,
88 label: CollapsibleSectionType.HIERARCHY,
92 type: CollapsibleSectionType.PROPERTIES,
93 label: CollapsibleSectionType.PROPERTIES,
/development/tools/winscope/src/viewers/viewer_view_capture/
Dviewer_view_capture_component.ts21 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
82 CollapsibleSectionType = CollapsibleSectionType; property in ViewerViewCaptureComponent
87 type: CollapsibleSectionType.RECTS,
92 type: CollapsibleSectionType.HIERARCHY,
93 label: CollapsibleSectionType.HIERARCHY,
97 type: CollapsibleSectionType.PROPERTIES,
98 label: CollapsibleSectionType.PROPERTIES,
/development/tools/winscope/src/viewers/viewer_transitions/
Dviewer_transitions_component.ts22 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
220 CollapsibleSectionType = CollapsibleSectionType; property in ViewerTransitionsComponent
223 type: CollapsibleSectionType.PROPERTIES,
/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions_component.ts28 import {CollapsibleSectionType} from 'viewers/common/collapsible_section_type';
255 CollapsibleSectionType = CollapsibleSectionType; property in ViewerTransactionsComponent
258 type: CollapsibleSectionType.PROPERTIES,