Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1165 int[] selectorIndices = mSelectorIndices; in scrollBy() local
1671 int[] selectorIndices = mSelectorIndices; in onDraw() local
1673 int selectorIndex = selectorIndices[i]; in onDraw()
1814 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheelIndices() local
1821 selectorIndices[i] = selectorIndex; in initializeSelectorWheelIndices()
1888 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheel() local
1891 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 …]