Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactsListFragment.java643 private AlphabetIndexer mAlphabetIndexer; // Stores the AlphabetIndexer instance field in ContactsListFragment.ContactsAdapter
665 mAlphabetIndexer = new AlphabetIndexer(null, ContactsQuery.SORT_KEY, alphabet); in ContactsAdapter()
790 mAlphabetIndexer.setCursor(newCursor); in swapCursor()
811 return mAlphabetIndexer.getSections(); in getSections()
822 return mAlphabetIndexer.getPositionForSection(i); in getPositionForSection()
833 return mAlphabetIndexer.getSectionForPosition(i); in getSectionForPosition()