Searched defs:touchX (Results 1 – 7 of 7) sorted by relevance
41 final int touchX = getTouchX(x); in detectHitKey() local
92 final int touchX = getTouchX(x); in detectHitKey() local
248 public void show(int touchX, int touchY) { in show()284 void move(int touchX, int touchY) { in move()
711 public void setTagToCellInfoForPoint(int touchX, int touchY) { in setTagToCellInfoForPoint()
311 public void show(int touchX, int touchY) { in show()347 void move(int touchX, int touchY) { in move()
133 const float touchX = static_cast<float>(x); in getNormalizedSquaredDistanceFromCenterFloatG() local
1127 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()