Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/computations/
Drects_computation.ts43 const existingNameCount = nameCounts.get(displayName); constant
44 if (existingNameCount !== undefined) {
45 nameCounts.set(displayName, existingNameCount + 1);
47 displayName += ` (${qualifier}${existingNameCount + 1})`;