Searched defs:sKey (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSkbContainer.java311 private void responseKeyEvent(SoftKey sKey) { argument
312 if (null == sKey) return;
313 ((PinyinIME) mService).responseSoftKeyEvent(sKey);
H A DPinyinIME.java963 public void responseSoftKeyEvent(SoftKey sKey) { argument
964 if (null == sKey) return;
969 int keyCode = sKey.getKeyCode();
972 if (sKey.isKeyCodeKey()) {
976 if (sKey.isUserDefKey()) {
981 if (sKey.isKeyCodeKey()) {
989 } else if (sKey.isUniStrKey()) {
991 String keyLabel = sKey.getKeyLabel();

Completed in 72 milliseconds