Searched refs:textAttributesKey (Results 1 – 2 of 2) sorted by relevance
41 …ected SmaliLexicalElementType(int tokenId, String tokenName, TextAttributesKey textAttributesKey) { in SmaliLexicalElementType() argument44 this.textAttributesKeys = new TextAttributesKey[] {textAttributesKey}; in SmaliLexicalElementType()
294 TextAttributesKey textAttributesKey = tokenColors.get(tokenName);296 if (textAttributesKey == null) {300 …exicalElementType elementType = new SmaliLexicalElementType(tokenId, tokenName, textAttributesKey);