Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSkbTemplate.java115 if (mKeyTypeList.size() != keyType.mKeyTypeId) return false; in addKeyType()
215 public int mKeyTypeId; field in SoftKeyType
223 mKeyTypeId = id; in SoftKeyType()
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()