Home
last modified time | relevance | path

Searched refs:SoftKeyType (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSkbTemplate.java57 private Vector<SoftKeyType> mKeyTypeList = new Vector<SoftKeyType>();
109 public SoftKeyType createKeyType(int id, Drawable bg, Drawable hlBg) { in createKeyType()
110 return new SoftKeyType(id, bg, hlBg); in createKeyType()
113 public boolean addKeyType(SoftKeyType keyType) { in addKeyType()
120 public SoftKeyType getKeyType(int typeId) { in getKeyType()
212 class SoftKeyType { class
222 SoftKeyType(int id, Drawable bg, Drawable hlBg) { in SoftKeyType() method in SoftKeyType
DSoftKey.java53 protected SoftKeyType mKeyType;
78 public void setKeyType(SoftKeyType keyType, Drawable keyIcon, in setKeyType()
DSoftKeyboardView.java256 … .getKeyTextSize(SoftKeyType.KEYTYPE_ID_NORMAL_KEY != mSoftKeyDown.mKeyType.mKeyTypeId); in onKeyPress()
290 … .getBalloonTextSize(SoftKeyType.KEYTYPE_ID_NORMAL_KEY != mSoftKeyDown.mKeyType.mKeyTypeId); in onKeyPress()
419 if (SoftKeyType.KEYTYPE_ID_NORMAL_KEY == softKey.mKeyType.mKeyTypeId) { in onDraw()
DSoftKeyToggle.java258 public SoftKeyType mKeyType;
DXmlKeyboardLoader.java383 SoftKeyType keyType = mSkbTemplate.createKeyType(id, in loadSkbTemplate()