Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliLexicalElementType.java41 …ected SmaliLexicalElementType(int tokenId, String tokenName, TextAttributesKey textAttributesKey) { in SmaliLexicalElementType() argument
44 this.textAttributesKeys = new TextAttributesKey[] {textAttributesKey}; in SmaliLexicalElementType()
DSmaliTokens.java294 TextAttributesKey textAttributesKey = tokenColors.get(tokenName);
296 if (textAttributesKey == null) {
300 …exicalElementType elementType = new SmaliLexicalElementType(tokenId, tokenName, textAttributesKey);