Searched refs:mSelectorElementHeight (Results 1 – 1 of 1) sorted by relevance
356 private int mSelectorElementHeight; field in NumberPicker876 int futureScrollOffset = (mCurrentScrollOffset + amountToScroll) % mSelectorElementHeight; in moveToFinalScrollerPosition()879 if (Math.abs(overshootAdjustment) > mSelectorElementHeight / 2) { in moveToFinalScrollerPosition()881 overshootAdjustment -= mSelectorElementHeight; in moveToFinalScrollerPosition()883 overshootAdjustment += mSelectorElementHeight; in moveToFinalScrollerPosition()994 int selectorIndexOffset = (eventY / mSelectorElementHeight) in onTouchEvent()1180 mCurrentScrollOffset -= mSelectorElementHeight; in scrollBy()1188 mCurrentScrollOffset += mSelectorElementHeight; in scrollBy()1207 return (mMaxValue - mMinValue + 1) * mSelectorElementHeight; in computeVerticalScrollRange()1685 y += mSelectorElementHeight; in onDraw()[all …]