Home
last modified time | relevance | path

Searched refs:mSelectorTextGapHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DNumberPicker.java253 private int mSelectorTextGapHeight; field in NumberPicker
1053 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()