HomeSort by relevance Sort by last modified time
    Searched refs:touchX (Results 1 - 9 of 9) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 83 int touchX = (int) event.getX();
97 if ((mAllowBatch && touchX < mCheckRight) || touchX > mStarLeft) {
108 if (mAllowBatch && touchX < mCheckRight) {
112 } else if (touchX > mStarLeft) {
AccountFolderListItem.java 79 int touchX = (int) event.getX();
91 if (touchX > mFolderLeft) {
102 if (touchX > mFolderLeft) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
MiniKeyboardKeyDetector.java 42 final int touchX = getTouchX(x);
49 int dist = key.squaredDistanceFrom(touchX, touchY);
ProximityKeyDetector.java 37 final int touchX = getTouchX(x);
44 int [] nearestKeyIndices = mKeyboard.getNearestKeys(touchX, touchY);
49 boolean isInside = key.isInside(touchX, touchY);
55 && (dist = key.squaredDistanceFrom(touchX, touchY)) < mProximityThresholdSquare)
CandidateView.java 226 final int touchX = mTouchX;
260 if (touchX != OUT_OF_BOUNDS_X_COORD && !scrolled
261 && touchX + scrollX >= x && touchX + scrollX < x + wordWidth) {
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 135 * @param touchX the x coordinate the user touched in screen coordinates
138 public void show(IBinder windowToken, int touchX, int touchY) {
147 touchX-mRegistrationX, touchY-mRegistrationY,
168 * @param touchX the x coordinate the user touched in screen coordinates
171 void move(int touchX, int touchY) {
173 lp.x = touchX - mRegistrationX;
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 175 final int touchX = mTouchX;
189 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled) {
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java     [all...]

Completed in 372 milliseconds