[go: nahoru, domu]

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

/frameworks/base/core/java/android/widget/
H A DNumberPicker.java312 private final int[] mSelectorIndices = new int[SELECTOR_WHEEL_ITEM_COUNT]; field in class:NumberPicker
1120 int[] selectorIndices = mSelectorIndices;
1374 final boolean wrappingAllowed = (mMaxValue - mMinValue) >= mSelectorIndices.length;
1585 int[] selectorIndices = mSelectorIndices;
1689 int[] selectorIndices = mSelectorIndices;
1691 for (int i = 0; i < mSelectorIndices.length; i++) {
1759 int[] selectorIndices = mSelectorIndices;

Completed in 60 milliseconds