HomeSort by relevance Sort by last modified time
    Searched defs:touchY (Results 1 - 6 of 6) sorted by null

  /external/webkit/LayoutTests/fast/events/touch/script-tests/
send-oncancel-event.js 4 var touchY = 25;
13 shouldBe("cancelEvent.pageY", touchY.toString());
26 eventSender.addTouchPoint(touchX, touchY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 38 final int touchY = getTouchY(y);
43 final int dist = key.squaredDistanceToEdge(touchX, touchY);
KeyDetector.java 87 final int touchY = getTouchY(y);
91 for (final Key key: mKeyboard.getNearestKeys(touchX, touchY)) {
92 final boolean isOnKey = key.isOnKey(touchX, touchY);
93 final int distance = key.squaredDistanceToEdge(touchX, touchY);
  /packages/apps/Phone/src/com/android/phone/
SmallerHitTargetTouchListener.java 85 int touchY = (int) event.getY();
92 int touchYPercent = (int) ((float) (touchY * 100) / (float) viewHeight);
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 171 void broadcastDragStartedLw(final float touchX, final float touchY) {
179 Slog.d(WindowManagerService.TAG, "broadcasting DRAG_STARTED at (" + touchX + ", " + touchY + ")");
184 sendDragStartedLw(mService.mWindows.get(i), touchX, touchY, mDataDescription);
196 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY,
212 touchX, touchY, null, desc, null, false);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 900 milliseconds