Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyStylesSet.java193 KeyboardBuilder.TAG_KEY_STYLE + " has no styleName attribute", parser); in parseKeyStyleAttributes()
197 KeyboardBuilder.TAG_KEY_STYLE, styleName)); in parseKeyStyleAttributes()
199 Log.d(TAG, KeyboardBuilder.TAG_KEY_STYLE + " " + styleName + " is overridden at " in parseKeyStyleAttributes()
H A DKeyboardBuilder.java137 public static final String TAG_KEY_STYLE = "key-style"; field in KeyboardBuilder
318 } else if (TAG_KEY_STYLE.equals(tag)) { in parseKeyboardContent()
369 } else if (TAG_KEY_STYLE.equals(tag)) { in parseRowContent()
811 throw new XmlParseUtils.ParseException("<" + TAG_KEY_STYLE in parseKeyStyle()
815 startEndTag("<%s styleName=%s />%s", TAG_KEY_STYLE, in parseKeyStyle()
826 XmlParseUtils.checkEndTag(TAG_KEY_STYLE, parser); in parseKeyStyle()