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