Home
last modified time | relevance | path

Searched refs:ChipType (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/flickerlib/treeview/
DChip.ts17 import ChipType from "./ChipType"
22 type: ChipType
24 constructor(short: String, long: String, type: ChipType) {
DChipType.ts17 enum ChipType { enum
21 export default ChipType
DChips.ts18 import ChipType from "./ChipType"
20 export const VISIBLE_CHIP = new Chip("V", "visible", ChipType.DEFAULT)