Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/
Dtree_component.ts111 @Input() useStoredExpandedState = false;
255 if (this.useStoredExpandedState && this.store) {
317 if (this.store && this.useStoredExpandedState && shouldUpdateStoredState) {
Dtree_component_test.ts189 component.useStoredExpandedState = true;
373 useStoredExpandedState = false; property in TestHostComponent