HomeSort by relevance Sort by last modified time
    Searched refs:mSoftKeyDown (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 62 private SoftKey mSoftKeyDown;
196 if (null != mSoftKeyDown) {
198 mDirtyRect.set(mSoftKeyDown.mLeft, mSoftKeyDown.mTop,
199 mSoftKeyDown.mRight, mSoftKeyDown.mBottom);
218 if (newKey == mSoftKeyDown) moveWithinPreviousKey = true;
219 mSoftKeyDown = newKey;
221 mSoftKeyDown = mSoftKeyboard.mapToKey(x, y);
223 if (moveWithinPreviousKey || null == mSoftKeyDown) return mSoftKeyDown
    [all...]
SkbContainer.java 169 private SoftKey mSoftKeyDown = null;
334 int popupResId = mSoftKeyDown.getPopupResId();
467 mSoftKeyDown = null;
470 mSoftKeyDown = mSkv.onKeyPress(x - mSkvPosInContainer[0], y
492 mSoftKeyDown = mSkv.onKeyPress(x - mSkvPosInContainer[0], y
496 mSoftKeyDown = mSkv.onKeyMove(
499 if (null == mSoftKeyDown) {
523 responseKeyEvent(mSoftKeyDown);
613 if (mSoftKeyDown.repeatable()) {
614 if (mSoftKeyDown.isUserDefKey())
    [all...]

Completed in 155 milliseconds