Searched refs:nextStartingPos (Results 1 – 1 of 1) sorted by relevance
81 final int nextStartingPos = mSectionStartingPositions.get(mid + 1); in getSectionForPosition() local82 if (position >= startingPos && position < nextStartingPos) { in getSectionForPosition()86 } else if (position >= nextStartingPos) { in getSectionForPosition()