Searched refs:mSelectorTextGapHeight (Results 1 – 2 of 2) sorted by relevance
286 private int mSelectorTextGapHeight; field in NumberPicker1178 while (mCurrentScrollOffset - mInitialScrollOffset > mSelectorTextGapHeight) { in scrollBy()1186 while (mCurrentScrollOffset - mInitialScrollOffset < -mSelectorTextGapHeight) { in scrollBy()1892 mSelectorTextGapHeight = (int) (totalTextGapHeight / textGapCount + 0.5f); in initializeSelectorWheel()1893 mSelectorElementHeight = mTextSize + mSelectorTextGapHeight; in initializeSelectorWheel()
82872 Landroid/widget/NumberPicker;->mSelectorTextGapHeight:I