Searched refs:XMLTAG_ROW (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DXmlKeyboardLoader.java130 * in {@link #XMLTAG_ROW} and {@link #XMLTAG_KEY} in {XMLTAG_SKB_TEMPLATE}.
139 * in {@link #XMLTAG_ROW} and {@link #XMLTAG_KEY} in {XMLTAG_SKB_TEMPLATE}.
147 * Attribute tag of a row's id. Defined {@link #XMLTAG_ROW}. If not defined,
158 private static final String XMLTAG_ROW = "row"; field in class:XmlKeyboardLoader
508 } else if (XMLTAG_ROW.compareTo(attr) == 0) {
600 if (XMLTAG_ROW.compareTo(attr) == 0) {
611 if (XMLTAG_ROW.compareTo(attr) == 0) {

Completed in 11 milliseconds