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

  /external/webkit/LayoutTests/fast/events/touch/script-tests/
send-oncancel-event.js 3 var touchX = 25;
12 shouldBe("cancelEvent.pageX", touchX.toString());
26 eventSender.addTouchPoint(touchX, touchY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 37 final int touchX = getTouchX(x);
43 final int dist = key.squaredDistanceToEdge(touchX, touchY);
KeyDetector.java 86 final int touchX = getTouchX(x);
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 84 int touchX = (int) event.getX();
91 int touchXPercent = (int) ((float) (touchX * 100) / (float) viewWidth);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 241 * @param touchX the x coordinate the user touched in DragLayer coordinates
244 public void show(int touchX, int touchY) {
256 setTranslationX(touchX - mRegistrationX);
275 * @param touchX the x coordinate the user touched in DragLayer coordinates
278 void move(int touchX, int touchY) {
279 setTranslationX(touchX - mRegistrationX + (int) mOffsetX);
CellLayout.java 656 public void setTagToCellInfoForPoint(int touchX, int touchY) {
659 final int x = touchX + getScrollX();
    [all...]
  /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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 184 public View getChildAtRawPosition(float touchX, float touchY) {
187 return getChildAtPosition((float) (touchX - location[0]), (float) (touchY - location[1]));
190 public View getChildAtPosition(float touchX, float touchY) {
  /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.
276 mService.mDragState.mCurrentX = touchX;
278 mService.mDragState.broadcastDragStartedLw(touchX, touchY);
290 surface.setPosition(touchX - thumbCenterX,
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 542 int touchX = (int) event.getX();
549 if (touchX < checkRight || touchX > starLeft) {
551 if ((touchX < checkRight) || (touchX > starLeft)) {
563 if (touchX < checkRight) {
566 } else if (touchX > starLeft) {
  /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...]

Completed in 216 milliseconds