Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/winscope/src/viewers/common/
H A Drect_show_state.ts17 export enum RectShowState { enum
H A Drect_filter.ts72 const showState = isShown ? RectShowState.SHOW : RectShowState.HIDE; constant