Searched defs:touchX (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragView.java245 * @param touchX the x coordinate the user touched in DragLayer coordinates
248 public void show(int touchX, int touchY) { argument
257 setTranslationX(touchX - mRegistrationX);
281 * @param touchX the x coordinate the user touched in DragLayer coordinates
284 void move(int touchX, int touchY) { argument
285 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);
H A DCellLayout.java699 public void setTagToCellInfoForPoint(int touchX, int touchY) { argument
702 final int x = touchX + getScrollX();
/packages/inputmethods/LatinIME/native/jni/src/
H A Dproximity_info.cpp153 const float touchX = static_cast<float>(x); local
156 return getNormalizedSquaredDistanceFloat(centerX, centerY, touchX, touchY, keyWidth);

Completed in 152 milliseconds