Searched refs:touchX (Results 1 – 5 of 5) sorted by relevance
83 int touchX = (int) event.getX(); in onTouchEvent() local97 if ((mAllowBatch && touchX < mCheckRight) || touchX > mStarLeft) { in onTouchEvent()108 if (mAllowBatch && touchX < mCheckRight) { in onTouchEvent()112 } else if (touchX > mStarLeft) { in onTouchEvent()
75 int touchX = (int) event.getX(); in onTouchEvent() local87 if (touchX > mFolderLeft) { in onTouchEvent()98 if (touchX > mFolderLeft) { in onTouchEvent()
138 public void show(IBinder windowToken, int touchX, int touchY) { in show() argument147 touchX-mRegistrationX, touchY-mRegistrationY, in show()171 void move(int touchX, int touchY) { in move() argument173 lp.x = touchX - mRegistrationX; in move()
212 final int touchX = mTouchX; in onDraw() local240 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled && in onDraw()241 touchX != OUT_OF_BOUNDS) { in onDraw()
354 final float touchX = mTouchOffsetX; in onTouchEvent() local360 int left = (int) (scrollX + mLastMotionX - touchX - offsetX); in onTouchEvent()373 left = (int) (scrollX + x - touchX - offsetX); in onTouchEvent()