OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEYTYPE_ID_NORMAL_KEY
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
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) {
SkbTemplate.java
213
public static final int
KEYTYPE_ID_NORMAL_KEY
= 0;
Completed in 873 milliseconds