Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSkbTemplate.java120 public SoftKeyType getKeyType(int typeId) { in getKeyType() argument
121 if (typeId < 0 || typeId > mKeyTypeList.size()) return null; in getKeyType()
122 return mKeyTypeList.elementAt(typeId); in getKeyType()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinImeLogger.java74 public static void onAddSuggestedWord(String word, int typeId, int dataType) { in onAddSuggestedWord() argument