Home
last modified time | relevance | path

Searched refs:nextStartingPos (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactSectionIndexer.java81 final int nextStartingPos = mSectionStartingPositions.get(mid + 1); in getSectionForPosition() local
82 if (position >= startingPos && position < nextStartingPos) { in getSectionForPosition()
86 } else if (position >= nextStartingPos) { in getSectionForPosition()