Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:touchX

1223         int touchX = (int) me.getX() - mPaddingLeft;
1229 int keyIndex = getKeyIndices(touchX, touchY, null);
1258 mStartX = touchX;
1260 mLastCodeX = touchX;
1339 touchX = mLastCodeX;
1346 detectAndSendKey(mCurrentKey, touchX, touchY, eventTime);
1359 mLastX = touchX;