Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java1891 float textGapCount = selectorIndices.length; in initializeSelectorWheel() local
1892 mSelectorTextGapHeight = (int) (totalTextGapHeight / textGapCount + 0.5f); in initializeSelectorWheel()