Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DIndexerListAdapter.java66 protected abstract View createPinnedSectionHeaderView(Context context, ViewGroup parent); in createPinnedSectionHeaderView() method in IndexerListAdapter
141 mHeader = createPinnedSectionHeaderView(mContext, parent); in getPinnedHeaderView()
DContactEntryListAdapter.java134 protected View createPinnedSectionHeaderView(Context context, ViewGroup parent) { in createPinnedSectionHeaderView() method in ContactEntryListAdapter