HomeSort by relevance Sort by last modified time
    Searched refs:touchY (Results 1 - 14 of 14) 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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 190 public View getChildAtRawPosition(float touchX, float touchY) {
193 return getChildAtPosition((float) (touchX - location[0]), (float) (touchY - location[1]));
196 public View getChildAtPosition(float touchX, float touchY) {
208 if (touchY < y) return slidingChild;
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 242 * @param touchY the y coordinate the user touched in DragLayer coordinates
244 public void show(int touchX, int touchY) {
257 setTranslationY(touchY - mRegistrationY);
276 * @param touchY the y coordinate the user touched in DragLayer coordinates
278 void move(int touchX, int touchY) {
280 setTranslationY(touchY - mRegistrationY + (int) mOffsetY);
CellLayout.java 662 public void setTagToCellInfoForPoint(int touchX, int touchY) {
666 final int y = touchY + getScrollY();
    [all...]
  /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);
Session.java 229 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
259 // will let us eliminate the (touchX,touchY) parameters from the API.
277 mService.mDragState.mCurrentY = touchY;
278 mService.mDragState.broadcastDragStartedLw(touchX, touchY);
291 touchY - thumbCenterY);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 124 float touchX, float touchY, float thumbCenterX, float thumbCenterY,
  /frameworks/base/core/java/android/view/
IWindowSession.aidl 141 boolean performDrag(IWindow window, IBinder dragToken, float touchX, float touchY,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 605 milliseconds