Searched refs:mSelectorTextGapHeight (Results 1 – 1 of 1) sorted by relevance
253 private int mSelectorTextGapHeight; field in NumberPicker1053 while (mCurrentScrollOffset - mInitialScrollOffset > mSelectorTextGapHeight) { in scrollBy()1061 while (mCurrentScrollOffset - mInitialScrollOffset < -mSelectorTextGapHeight) { in scrollBy()1603 mSelectorTextGapHeight = (int) (totalTextGapHeight / textGapCount + 0.5f); in initializeSelectorWheel()1604 mSelectorElementHeight = mTextSize + mSelectorTextGapHeight; in initializeSelectorWheel()