Home
last modified time | relevance | path

Searched defs:showState (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/viewers/components/
Dtree_component.ts277 const showState = this.rectIdToShowState?.get(node.id); constant
287 const showState = this.rectIdToShowState.get(node.id); constant
/development/tools/winscope/src/viewers/common/
Drect_filter.ts72 const showState = isShown ? RectShowState.SHOW : RectShowState.HIDE; constant