Searched refs:touchPos (Results 1 – 1 of 1) sorted by relevance
299 final int touchPos = (int) (isLandscape ? event.getX() : event.getY()); in onTouch() local305 mStartPos = touchPos; in onTouch()311 if (!mMoving && Math.abs(touchPos - mStartPos) > mTouchSlop) { in onTouch()312 mStartPos = touchPos; in onTouch()316 final int position = mSplitLayout.getDividePosition() + touchPos - mStartPos; in onTouch()334 final int position = mSplitLayout.getDividePosition() + touchPos - mStartPos; in onTouch()