Searched refs:selectorIndex (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1390 int selectorIndex = selectorIndices[i];
1391 String scrollSelectorValue = mSelectorIndexToStringCache.get(selectorIndex);
1506 int selectorIndex = current + (i - SELECTOR_MIDDLE_ITEM_INDEX);
1508 selectorIndex = getWrappedSelectorIndex(selectorIndex);
1510 selectorIndices[i] = selectorIndex;
1638 * @return The wrapped index <code>selectorIndex</code> value.
1640 private int getWrappedSelectorIndex(int selectorIndex) { argument
1641 if (selectorIndex > mMaxValue) {
1642 return mMinValue + (selectorIndex
1685 ensureCachedScrollSelectorValue(int selectorIndex) argument
[all...]

Completed in 23 milliseconds