Home
last modified time | relevance | path

Searched defs:sKey (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DSoftKeyboard.java316 SoftKey sKey = softKeys.get(i); in mapToKey() local
337 SoftKey sKey = softKeys.get(i); in mapToKey() local
359 SoftKey sKey = softKeys.get(i); in switchQwertyMode() local
379 SoftKey sKey = softKeys.get(i); in enableToggleState() local
395 SoftKey sKey = softKeys.get(i); in disableToggleState() local
425 SoftKey sKey = softKeys.get(keyPos); in enableToggleStates() local
DSkbContainer.java311 private void responseKeyEvent(SoftKey sKey) { in responseKeyEvent()
DPinyinIME.java963 public void responseSoftKeyEvent(SoftKey sKey) { in responseSoftKeyEvent()