Searched refs:selectorIndex (Results 1 – 1 of 1) sorted by relevance
1673 int selectorIndex = selectorIndices[i]; in onDraw() local1819 selectorIndex = getWrappedSelectorIndex(selectorIndex); in initializeSelectorWheelIndices()1821 selectorIndices[i] = selectorIndex; in initializeSelectorWheelIndices()1954 private int getWrappedSelectorIndex(int selectorIndex) { in getWrappedSelectorIndex() argument1955 if (selectorIndex > mMaxValue) { in getWrappedSelectorIndex()1957 } else if (selectorIndex < mMinValue) { in getWrappedSelectorIndex()1960 return selectorIndex; in getWrappedSelectorIndex()2001 String scrollSelectorValue = cache.get(selectorIndex); in ensureCachedScrollSelectorValue()2005 if (selectorIndex < mMinValue || selectorIndex > mMaxValue) { in ensureCachedScrollSelectorValue()2012 scrollSelectorValue = formatNumber(selectorIndex); in ensureCachedScrollSelectorValue()[all …]