Searched refs:indexToMakeVisible (Results 1 – 1 of 1) sorted by relevance
2944 int indexToMakeVisible = numChildren - 1; in amountToScroll() local2946 indexToMakeVisible = nextSelectedPosition - mFirstPosition; in amountToScroll()2948 while (numChildren <= indexToMakeVisible) { in amountToScroll()2953 final int positionToMakeVisible = mFirstPosition + indexToMakeVisible; in amountToScroll()2954 final View viewToMakeVisible = getChildAt(indexToMakeVisible); in amountToScroll()2982 int indexToMakeVisible = 0; in amountToScroll() local2984 indexToMakeVisible = nextSelectedPosition - mFirstPosition; in amountToScroll()2986 while (indexToMakeVisible < 0) { in amountToScroll()2990 indexToMakeVisible = nextSelectedPosition - mFirstPosition; in amountToScroll()2992 final int positionToMakeVisible = mFirstPosition + indexToMakeVisible; in amountToScroll()[all …]