Home
last modified time | relevance | path

Searched refs:eagerProperties (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/trace/tree_node/
Dproperties_provider_builder.ts27 private eagerProperties: PropertyTreeNode | undefined; property in PropertiesProviderBuilder
34 this.eagerProperties = value;
60 assertDefined(this.eagerProperties),
/development/tools/winscope/src/parsers/window_manager/
Dparser_window_manager_utils.ts106 const eagerProperties = assertDefined( constant
112 if (!eagerProperties.includes(it)) {
179 const eagerProperties = this.makeContainerChildEagerPropertiesTree( constant
195 .setEagerProperties(eagerProperties)
235 const eagerProperties = assertDefined( constant
245 if (!eagerProperties.includes(it)) denyList.push(it);
/development/tools/winscope/src/parsers/view_capture/legacy/
Dparser_view_capture_window.ts189 const eagerProperties = this.makeEagerPropertiesTree(node); constant
193 .setEagerProperties(eagerProperties)
/development/tools/winscope/src/parsers/surface_flinger/legacy/
Dparser_surface_flinger.ts201 const eagerProperties = ParserSfUtils.makeEagerPropertiesTree( constant
209 .setEagerProperties(eagerProperties)
/development/tools/winscope/src/parsers/surface_flinger/perfetto/
Dparser_surface_flinger.ts199 const eagerProperties = ParserSfUtils.makeEagerPropertiesTree(
207 .setEagerProperties(eagerProperties)