Searched refs:selectorIndices (Results 1 – 1 of 1) sorted by relevance
1165 int[] selectorIndices = mSelectorIndices; in scrollBy() local1671 int[] selectorIndices = mSelectorIndices; in onDraw() local1673 int selectorIndex = selectorIndices[i]; in onDraw()1814 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheelIndices() local1821 selectorIndices[i] = selectorIndex; in initializeSelectorWheelIndices()1888 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheel() local1891 float textGapCount = selectorIndices.length; in initializeSelectorWheel()1969 selectorIndices[i] = selectorIndices[i + 1]; in incrementSelectorIndices()1971 int nextScrollSelectorIndex = selectorIndices[selectorIndices.length - 2] + 1; in incrementSelectorIndices()1975 selectorIndices[selectorIndices.length - 1] = nextScrollSelectorIndex; in incrementSelectorIndices()[all …]