Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Drects_computation.ts28 const nameCounts = new Map<string, number>(); constant
43 const existingNameCount = nameCounts.get(displayName);
45 nameCounts.set(displayName, existingNameCount + 1);
49 nameCounts.set(displayName, 1);