Home
last modified time | relevance | path

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

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