Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/common/
Drect_filter.ts57 const isShown = shownRects.some((other) => other.id === rect.id); constant
Drect_filter_test.ts133 function isShown(rectId: string) { function