Home
last modified time | relevance | path

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

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