Searched refs:mSelectorElementHeight (Results 1 – 1 of 1) sorted by relevance
293 private int mSelectorElementHeight; field in NumberPicker752 int futureScrollOffset = (mCurrentScrollOffset + amountToScroll) % mSelectorElementHeight; in moveToFinalScrollerPosition()755 if (Math.abs(overshootAdjustment) > mSelectorElementHeight / 2) { in moveToFinalScrollerPosition()757 overshootAdjustment -= mSelectorElementHeight; in moveToFinalScrollerPosition()759 overshootAdjustment += mSelectorElementHeight; in moveToFinalScrollerPosition()870 int selectorIndexOffset = (eventY / mSelectorElementHeight) in onTouchEvent()1029 mCurrentScrollOffset -= mSelectorElementHeight; in scrollBy()1037 mCurrentScrollOffset += mSelectorElementHeight; in scrollBy()1400 y += mSelectorElementHeight; in onDraw()1437 event.setScrollY((mMinValue + mValue) * mSelectorElementHeight); in onInitializeAccessibilityEvent()[all …]