Home | History | Annotate | Download | only in openwnn

Lines Matching refs:touchX

1181         int touchX = (int) me.getX() - mPaddingLeft;
1186 int keyIndex = getKeyIndices(touchX, touchY, null);
1211 mStartX = touchX;
1213 mLastCodeX = touchX;
1289 touchX = mLastCodeX;
1295 detectAndSendKey(mCurrentKey, touchX, touchY, eventTime);
1308 mLastX = touchX;