OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mKeyTypeId
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java
115
if (mKeyTypeList.size() != keyType.
mKeyTypeId
) return false;
215
public int
mKeyTypeId
;
223
mKeyTypeId
= id;
SoftKeyboardView.java
256
.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
) {
Completed in 81 milliseconds