Home
last modified time | relevance | path

Searched refs:touchX (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
DMessageListItem.java83 int touchX = (int) event.getX(); in onTouchEvent() local
97 if ((mAllowBatch && touchX < mCheckRight) || touchX > mStarLeft) { in onTouchEvent()
108 if (mAllowBatch && touchX < mCheckRight) { in onTouchEvent()
112 } else if (touchX > mStarLeft) { in onTouchEvent()
DAccountFolderListItem.java75 int touchX = (int) event.getX(); in onTouchEvent() local
87 if (touchX > mFolderLeft) { in onTouchEvent()
98 if (touchX > mFolderLeft) { in onTouchEvent()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragView.java138 public void show(IBinder windowToken, int touchX, int touchY) { in show() argument
147 touchX-mRegistrationX, touchY-mRegistrationY, in show()
171 void move(int touchX, int touchY) { in move() argument
173 lp.x = touchX - mRegistrationX; in move()
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DCandidateView.java212 final int touchX = mTouchX; in onDraw() local
240 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled && in onDraw()
241 touchX != OUT_OF_BOUNDS) { in onDraw()
/packages/apps/Launcher/src/com/android/launcher/
DDragLayer.java354 final float touchX = mTouchOffsetX; in onTouchEvent() local
360 int left = (int) (scrollX + mLastMotionX - touchX - offsetX); in onTouchEvent()
373 left = (int) (scrollX + x - touchX - offsetX); in onTouchEvent()