Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DIndexerListAdapter.java71 protected abstract void setPinnedSectionTitle(View pinnedHeaderView, String title); in setPinnedSectionTitle() method in IndexerListAdapter
181 setPinnedSectionTitle(mHeader, (String)mIndexer.getSections()[section]); in configurePinnedHeaders()
DContactEntryListAdapter.java138 protected void setPinnedSectionTitle(View pinnedHeaderView, String title) { in setPinnedSectionTitle() method in ContactEntryListAdapter