Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliHighlightingColors.java44 public static final TextAttributesKey ACCESS = createTextAttributesKey(
46 public static final TextAttributesKey ARROW = createTextAttributesKey(
48 public static final TextAttributesKey BRACES = createTextAttributesKey(
50 public static final TextAttributesKey COLON = createTextAttributesKey(
52 public static final TextAttributesKey COMMA = createTextAttributesKey(
54 public static final TextAttributesKey COMMENT = createTextAttributesKey(
56 public static final TextAttributesKey DIRECTIVE = createTextAttributesKey(
58 public static final TextAttributesKey DOTDOT = createTextAttributesKey(
60 public static final TextAttributesKey EQUAL = createTextAttributesKey(
62 public static final TextAttributesKey IDENTIFIER = createTextAttributesKey(
[all …]