Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DmigrationList.ts22 newComment?: string; property
53 const [originalToken, materialToken, newDefaultValue, newComment, migrationToken] = record; constant
63 ...(!!newComment && { newComment }),
DDOMFuncs.ts124 const newComment = commentNode.cloneNode(); constant
125 this.insertAfterIdented(newComment, insertPoint);
126 insertPoint = newComment;
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts37 const { newComment } = migItem; constant
42 ...(newComment
43 ? { comment: `${newComment} @hide ` }
50 evalMissingEntry: (_originalToken, { replaceToken, newComment }) => {
57 comment: `${newComment} @hide `,
/frameworks/base/packages/SystemUI/scripts/token_alignment/resources/
DmigrationList.csv1 android material newDefaultValue newComment migrationToken