Home
last modified time | relevance | path

Searched refs:isInPinnedSection (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/viewers/components/
Dtree_node_component.ts103 @Input() isInPinnedSection = false;
126 if (!this.isInPinnedSection && this.isSelected) {
130 if (!this.isInPinnedSection && this.isSelected && !this.isNodeInView()) {
177 return !this.isLeaf && !this.flattened && !this.isInPinnedSection;
Dtree_node_component_test.ts125 component.isInPinnedSection = true;
131 component.isInPinnedSection = false;
259 isInPinnedSection = false; property in TestHostComponent