Searched refs:SoftKeyType (Results 1 - 5 of 5) 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
H A DSoftKey.java53 protected SoftKeyType mKeyType;
78 public void setKeyType(SoftKeyType keyType, Drawable keyIcon,
H A DSoftKeyboardView.java256 .getKeyTextSize(SoftKeyType.KEYTYPE_ID_NORMAL_KEY != mSoftKeyDown.mKeyType.mKeyTypeId);
290 .getBalloonTextSize(SoftKeyType.KEYTYPE_ID_NORMAL_KEY != mSoftKeyDown.mKeyType.mKeyTypeId);
419 if (SoftKeyType.KEYTYPE_ID_NORMAL_KEY == softKey.mKeyType.mKeyTypeId) {
H A DSoftKeyToggle.java258 public SoftKeyType mKeyType;
H A DXmlKeyboardLoader.java383 SoftKeyType keyType = mSkbTemplate.createKeyType(id,

Completed in 66 milliseconds