Searched refs:mLastDownEventY (Results 1 – 2 of 2) sorted by relevance
402 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()
82854 Landroid/widget/NumberPicker;->mLastDownEventY:F