Searched refs:evalExistingEntry (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/ |
D | processXML.ts | 25 evalExistingEntry?: TEvalExistingEntry; property 46 evalExistingEntry, 75 if (evalExistingEntry) 82 const updateOptions = evalExistingEntry(attrName, migItem, qEl);
|
/frameworks/base/packages/SystemUI/scripts/token_alignment/ |
D | index.ts | 32 evalExistingEntry: (_attrValue, migItem, qItem) => { 68 evalExistingEntry: (_attrValue, { isHidden, replaceToken, step }, _qItem) => { 96 const evalExistingEntry: TEvalExistingEntry = (_attrValue, { replaceToken, step }, _qItem) => { constant 111 evalExistingEntry, 119 evalExistingEntry,
|