Home
last modified time | relevance | path

Searched defs:propertiesTree (Results 1 – 7 of 7) sorted by relevance

/development/tools/winscope/src/viewers/viewer_transactions/
Dviewer_transactions_component_test.ts76 const propertiesTree = new PropertiesTreeGenerator().generate('ROOT', {KEY: 'VALUE'}); constant
Dui_data.ts47 public propertiesTree?: PropertiesTreeNode property in UiDataEntry
/development/tools/winscope/src/viewers/viewer_view_capture/
Dui_data.ts33 public propertiesTree: PropertiesTreeNode | null property in UiData
/development/tools/winscope/src/viewers/viewer_window_manager/
Dui_data.ts30 propertiesTree: PropertiesTreeNode | null = null; property in UiData
/development/tools/winscope/src/viewers/common/
Dime_ui_data.ts29 propertiesTree: PropertiesTreeNode | null = null; property in ImeUiData
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dui_data.ts31 propertiesTree: PropertiesTreeNode | null = null; property in UiData
/development/tools/winscope/src/viewers/components/
Dproperties_component.ts123 @Input() propertiesTree: PropertiesTreeNode = {}; property in PropertiesComponent