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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DSoftKeyboard.java316 SoftKey sKey = softKeys.get(i);
317 if (sKey.mLeft <= x && sKey.mTop <= y && sKey.mRight > x
318 && sKey.mBottom > y) {
319 return sKey;
337 SoftKey sKey = softKeys.get(i);
338 int disx = (sKey.mLeft + sKey.mRight) / 2 - x;
339 int disy = (sKey
[all...]
H A DSkbContainer.java311 private void responseKeyEvent(SoftKey sKey) { argument
312 if (null == sKey) return;
313 ((PinyinIME) mService).responseSoftKeyEvent(sKey);

Completed in 31 milliseconds