Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerView.java299 final int touchPos = (int) (isLandscape ? event.getX() : event.getY()); in onTouch() local
305 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()