Searched refs:SoftKeyType (Results 1 – 5 of 5) sorted by relevance
57 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 { class222 SoftKeyType(int id, Drawable bg, Drawable hlBg) { in SoftKeyType() method in SoftKeyType
53 protected SoftKeyType mKeyType;78 public void setKeyType(SoftKeyType keyType, Drawable keyIcon, in setKeyType()
256 … .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()
258 public SoftKeyType mKeyType;
383 SoftKeyType keyType = mSkbTemplate.createKeyType(id, in loadSkbTemplate()