Home
last modified time | relevance | path

Searched refs:VISIBLE_CHIP (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/flickerlib/windows/
DActivity.ts19 import { VISIBLE_CHIP } from '../treeview/Chips'
54 entry.chips = entry.isVisible ? [VISIBLE_CHIP] : [];
DWindowState.ts19 import { VISIBLE_CHIP } from '../treeview/Chips'
134 entry.chips = entry.isVisible ? [VISIBLE_CHIP] : [];
/development/tools/winscope/src/flickerlib/treeview/
DChips.ts20 export const VISIBLE_CHIP = new Chip("V", "visible", ChipType.DEFAULT) constant
/development/tools/winscope/src/flickerlib/layers/
DLayerTraceEntry.ts19 import { VISIBLE_CHIP, RELATIVE_Z_PARENT_CHIP, MISSING_LAYER } from '../treeview/Chips'
57 it.chips.push(VISIBLE_CHIP);
/development/tools/winscope/spec/traces/
DExpectedTraces.js2 import { VISIBLE_CHIP } from '../../src/flickerlib/treeview/Chips';
298 chips: [VISIBLE_CHIP],
403 chips: [VISIBLE_CHIP],