Home
last modified time | relevance | path

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

/development/tools/winscope/spec/
DSimplifiedLayerNamesSpec.js1 import { getSimplifiedLayerName } from "../src/utils/names";
19 const actualSimplifiedName = getSimplifiedLayerName(longName);
/development/tools/winscope/src/utils/
Dnames.js46 function getSimplifiedLayerName(layerName) { function
81 export { getComponentClassName, getSimplifiedLayerName };