Searched refs:touchPos (Results 1 – 2 of 2) sorted by relevance
11 static float2 touchPos[10];26 touchPos[id].x = x;27 touchPos[id].y = y;78 float2 vec = touchPos[i] - ball->position;
331 final int touchPos = (int) (isLeftRightSplit ? event.getX() : event.getY()); in onTouch() local337 mStartPos = touchPos; in onTouch()348 if (!mMoving && Math.abs(touchPos - mStartPos) > mTouchSlop) { in onTouch()349 mStartPos = touchPos; in onTouch()353 final int position = mSplitLayout.getDividerPosition() + touchPos - mStartPos; in onTouch()371 final int position = mSplitLayout.getDividerPosition() + touchPos - mStartPos; in onTouch()