Searched refs:HIERARCHY (Results 1 – 7 of 7) sorted by relevance
/development/tools/winscope/src/viewers/common/ |
D | collapsible_sections_test.ts | 31 type: CollapsibleSectionType.HIERARCHY, 47 CollapsibleSectionType.HIERARCHY, 56 type: CollapsibleSectionType.HIERARCHY, 65 collapsibleSections.getSection(CollapsibleSectionType.HIERARCHY), 67 type: CollapsibleSectionType.HIERARCHY, 80 collapsibleSections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY), 96 collapsibleSections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY), 100 CollapsibleSectionType.HIERARCHY, 104 collapsibleSections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY), 108 CollapsibleSectionType.HIERARCHY, [all …]
|
D | collapsible_section_type.ts | 19 HIERARCHY = 'HIERARCHY', enumerator
|
/development/tools/winscope/src/viewers/components/ |
D | viewer_input_method_component.ts | 86 type: CollapsibleSectionType.HIERARCHY, 87 label: CollapsibleSectionType.HIERARCHY, 108 this.sections.isSectionCollapsed(CollapsibleSectionType.HIERARCHY) &&
|
D | collapsed_sections_component_test.ts | 45 type: CollapsibleSectionType.HIERARCHY, 88 expect(spy).toHaveBeenCalledOnceWith(CollapsibleSectionType.HIERARCHY);
|
/development/tools/winscope/src/viewers/viewer_window_manager/ |
D | viewer_window_manager_component.ts | 87 type: CollapsibleSectionType.HIERARCHY, 88 label: CollapsibleSectionType.HIERARCHY,
|
/development/tools/winscope/src/viewers/viewer_view_capture/ |
D | viewer_view_capture_component.ts | 92 type: CollapsibleSectionType.HIERARCHY, 93 label: CollapsibleSectionType.HIERARCHY,
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | viewer_surface_flinger_component.ts | 114 type: CollapsibleSectionType.HIERARCHY, 115 label: CollapsibleSectionType.HIERARCHY,
|