Searched defs:SoftKeyType (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSkbTemplate.java57 private Vector<SoftKeyType> mKeyTypeList = new Vector<SoftKeyType>();
109 public SoftKeyType createKeyType(int id, Drawable bg, Drawable hlBg) {
110 return new SoftKeyType(id, bg, hlBg);
113 public boolean addKeyType(SoftKeyType keyType) {
120 public SoftKeyType getKeyType(int typeId) {
212 class SoftKeyType { class
222 SoftKeyType(int id, Drawable bg, Drawable hlBg) { method in class:SoftKeyType

Completed in 73 milliseconds