Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java1890 float totalTextGapHeight = (mBottom - mTop) - totalTextHeight; in initializeSelectorWheel() local
1892 mSelectorTextGapHeight = (int) (totalTextGapHeight / textGapCount + 0.5f); in initializeSelectorWheel()