Searched refs:mTouchDownY (Results 1 – 2 of 2) sorted by relevance
74 private int mTouchDownY; field in NavigationBarGestureHelper112 mTouchDownY = (int) event.getY(); in onInterceptTouchEvent()119 int yDiff = Math.abs(y - mTouchDownY); in onInterceptTouchEvent()171 mTouchDownY = (int) event.getY(); in handleDragActionDownEvent()178 && mTouchDownY >= recentsButton.getTop() in handleDragActionDownEvent()179 && mTouchDownY <= recentsButton.getBottom(); in handleDragActionDownEvent()191 int yDiff = Math.abs(y - mTouchDownY); in handleDragActionMoveEvent()
97 private int mTouchDownY; field in DecorCaptionView202 mTouchDownY = y; in onTouch()248 return Math.abs(x - mTouchDownX) > mDragSlop || Math.abs(y - mTouchDownY) > mDragSlop; in passedSlop()