Searched defs:RectShowState (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/src/viewers/common/ | ||
D | rect_show_state.ts | 17 export enum RectShowState { enum |
D | rect_filter.ts | 72 const showState = isShown ? RectShowState.SHOW : RectShowState.HIDE; constant |