Searched refs:mLastDownEventY (Results 1 – 1 of 1) sorted by relevance
403 private float mLastDownEventY; field in NumberPicker903 mLastDownOrMoveEventY = mLastDownEventY = event.getY(); in onInterceptTouchEvent()908 if (mLastDownEventY < mTopSelectionDividerTop) { in onInterceptTouchEvent()913 } else if (mLastDownEventY > mBottomSelectionDividerBottom) { in onInterceptTouchEvent()930 } else if (mLastDownEventY < mTopSelectionDividerTop) { in onInterceptTouchEvent()933 } else if (mLastDownEventY > mBottomSelectionDividerBottom) { in onInterceptTouchEvent()963 int deltaDownY = (int) Math.abs(currentMoveY - mLastDownEventY); in onTouchEvent()987 int deltaMoveY = (int) Math.abs(eventY - mLastDownEventY); in onTouchEvent()