Searched refs:mTouchDownX (Results 1 – 3 of 3) sorted by relevance
73 private int mTouchDownX; field in NavigationBarGestureHelper111 mTouchDownX = (int) event.getX(); in onInterceptTouchEvent()118 int xDiff = Math.abs(x - mTouchDownX); in onInterceptTouchEvent()170 mTouchDownX = (int) event.getX(); in handleDragActionDownEvent()176 mDownOnRecents = mTouchDownX >= recentsButton.getLeft() in handleDragActionDownEvent()177 && mTouchDownX <= recentsButton.getRight() in handleDragActionDownEvent()190 int xDiff = Math.abs(x - mTouchDownX); in handleDragActionMoveEvent()213 } else if (dragMode == DRAG_MODE_RECENTS && mTouchDownX in handleDragActionMoveEvent()
96 private int mTouchDownX; field in DecorCaptionView201 mTouchDownX = x; in onTouch()248 return Math.abs(x - mTouchDownX) > mDragSlop || Math.abs(y - mTouchDownY) > mDragSlop; in passedSlop()
78 private float mTouchDownX; field in AbsSeekBar752 mTouchDownX = event.getX();763 if (Math.abs(x - mTouchDownX) > mScaledTouchSlop) {