Searched refs:mSelectorIndices (Results 1 – 1 of 1) sorted by relevance
314 private final int[] mSelectorIndices = new int[SELECTOR_WHEEL_ITEM_COUNT]; field in NumberPicker1122 int[] selectorIndices = mSelectorIndices; in scrollBy()1376 final boolean wrappingAllowed = (mMaxValue - mMinValue) >= mSelectorIndices.length; in updateWrapSelectorWheel()1603 int[] selectorIndices = mSelectorIndices; in onDraw()1707 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheelIndices()1709 for (int i = 0; i < mSelectorIndices.length; i++) { in initializeSelectorWheelIndices()1777 int[] selectorIndices = mSelectorIndices; in initializeSelectorWheel()