Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/
Draw_data_utils_test.ts113 expect(RawDataUtils.isRegion(region)).toBeTrue();
125 expect(RawDataUtils.isRegion(region)).toBeTrue();
128 expect(RawDataUtils.isRegion(region)).toBeFalse();
Draw_data_utils.ts74 static isRegion(obj: PropertyTreeNode): boolean { method in RawDataUtils
/development/tools/winscope/src/parsers/operations/
Dset_formatters.ts86 if (RawDataUtils.isRegion(node)) return REGION_FORMATTER;