Home | History | Annotate | Download | only in widget

Lines Matching refs:childIndex

4974             final int childIndex = mSelectedPosition - mFirstPosition;
4975 if (childIndex >= 0 && childIndex < getChildCount()) {
4976 positionSelector(mSelectedPosition, getChildAt(childIndex));
4979 final int childIndex = mSelectorPosition - mFirstPosition;
4980 if (childIndex >= 0 && childIndex < getChildCount()) {
4981 positionSelector(INVALID_POSITION, getChildAt(childIndex));