Searched defs:touchY (Results 1 – 8 of 8) sorted by relevance
42 final int touchY = getTouchY(y); in detectHitKey() local
93 final int touchY = getTouchY(y); 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()
134 const float touchY = static_cast<float>(y); in getNormalizedSquaredDistanceFromCenterFloatG() local
187 final int touchY = (int) ev.getY(); in getChildAtPosition() local
1127 mMiniKeyboard.setPopupOffset(x < 0 ? 0 : x, y); in onLongPress()