Searched refs:denylistProperties (Results 1 – 8 of 8) sorted by relevance
/development/tools/winscope/src/trace/tree_node/ |
D | property_tree_builder_from_proto.ts | 21 private denylistProperties: string[] = []; property in PropertyTreeBuilderFromProto 44 this.denylistProperties = value; 69 this.denylistProperties,
|
D | property_tree_node_factory.ts | 26 private denylistProperties: string[] = [], property in PropertyTreeNodeFactory 177 if (this.denylistProperties.includes(it)) return false;
|
/development/tools/winscope/src/parsers/transitions/ |
D | parser_transitions_utils.ts | 103 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/ |
D | properties_presenter.ts | 36 private denylistProperties: string[], property in PropertiesPresenter 98 this.denylistProperties, 109 if (this.denylistProperties) { 111 UiTreeUtils.makeDenyListFilterByName(this.denylistProperties),
|
D | hierarchy_presenter.ts | 77 private denylistProperties: string[], 413 this.denylistProperties, 460 denylistProperties: string[], 475 denylistProperties, 482 denylistProperties: string[], 488 if (denylistProperties.includes(newProperty.name)) { 505 denylistProperties, 515 denylistProperties,
|
D | add_diffs.ts | 31 private denylistProperties: string[], 123 (await this.isModified(newNode, oldNode, this.denylistProperties)) 174 denylistProperties: string[],
|
D | add_diffs_properties_tree_test.ts | 31 denylistProperties: string[],
|
D | add_diffs_hierarchy_tree_test.ts | 32 denylistProperties: string[],
|