Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java339 private final int[] mSelectorIndices = new int[SELECTOR_WHEEL_ITEM_COUNT]; field in NumberPicker
1165 int[] selectorIndices = mSelectorIndices; in scrollBy()
1425 final boolean wrappingAllowed = (mMaxValue - mMinValue) >= mSelectorIndices.length; in updateWrapSelectorWheel()
1671 int[] selectorIndices = mSelectorIndices; in onDraw()
1814 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheelIndices()
1816 for (int i = 0; i < mSelectorIndices.length; i++) { in initializeSelectorWheelIndices()
1888 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheel()