Home
last modified time | relevance | path

Searched refs:denylistProperties (Results 1 – 8 of 8) sorted by relevance

/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_builder_from_proto.ts21 private denylistProperties: string[] = []; property in PropertyTreeBuilderFromProto
44 this.denylistProperties = value;
69 this.denylistProperties,
Dproperty_tree_node_factory.ts26 private denylistProperties: string[] = [], property in PropertyTreeNodeFactory
177 if (this.denylistProperties.includes(it)) return false;
/development/tools/winscope/src/parsers/transitions/
Dparser_transitions_utils.ts103 denylistProperties: string[] = [],
109 .setDenyList(denylistProperties)
118 if (denylistProperties.length > 0) {
165 denylistProperties: string[] = [],
171 .setDenyList(denylistProperties)
180 if (denylistProperties.length > 0) {
/development/tools/winscope/src/viewers/common/
Dproperties_presenter.ts36 private denylistProperties: string[], property in PropertiesPresenter
98 this.denylistProperties,
109 if (this.denylistProperties) {
111 UiTreeUtils.makeDenyListFilterByName(this.denylistProperties),
Dhierarchy_presenter.ts77 private denylistProperties: string[],
413 this.denylistProperties,
460 denylistProperties: string[],
475 denylistProperties,
482 denylistProperties: string[],
488 if (denylistProperties.includes(newProperty.name)) {
505 denylistProperties,
515 denylistProperties,
Dadd_diffs.ts31 private denylistProperties: string[],
123 (await this.isModified(newNode, oldNode, this.denylistProperties))
174 denylistProperties: string[],
Dadd_diffs_properties_tree_test.ts31 denylistProperties: string[],
Dadd_diffs_hierarchy_tree_test.ts32 denylistProperties: string[],