HomeSort by relevance Sort by last modified time
    Searched full:touchx (Results 1 - 8 of 8) 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/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) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 226 final int touchX = mTouchX;
254 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled &&
255 touchX != OUT_OF_BOUNDS) {
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
SelectionMenu.java 227 // private void performAction(final int button, float touchX, float touchY) {
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 725 int touchX = (int) event.getX();
732 int touchXPercent = (int) ((float) (touchX * 100) / (float) viewWidth);
    [all...]

Completed in 54 milliseconds