Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DIndexerListAdapter.java73 public boolean isSectionHeaderDisplayEnabled() { in isSectionHeaderDisplayEnabled() method in IndexerListAdapter
130 if (isSectionHeaderDisplayEnabled()) { in getPinnedHeaderCount()
139 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) { in getPinnedHeaderView()
153 if (!isSectionHeaderDisplayEnabled()) { in configurePinnedHeaders()
228 if (isSectionHeaderDisplayEnabled()) { in getItemPlacementInSection()
H A DPostalAddressListAdapter.java80 if (isSectionHeaderDisplayEnabled()) { in configureLoader()
118 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled()); in newView()
H A DContactEntryListAdapter.java121 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled()); in newView()
129 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled()); in bindView()
476 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) { in changeCursor()
538 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) { in getItemViewType()
H A DContactListAdapter.java235 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled()); in bindSectionHeaderAndDivider()
236 if (isSectionHeaderDisplayEnabled()) { in bindSectionHeaderAndDivider()
H A DEmailAddressListAdapter.java86 if (isSectionHeaderDisplayEnabled()) { in configureLoader()
H A DMultiSelectEmailAddressesListAdapter.java95 if (isSectionHeaderDisplayEnabled()) { in configureLoader()
H A DMultiSelectPhoneNumbersListAdapter.java95 if (isSectionHeaderDisplayEnabled()) { in configureLoader()
H A DPhoneNumberListAdapter.java238 if (isSectionHeaderDisplayEnabled()) { in configureLoader()
504 if (isSectionHeaderDisplayEnabled()) { in bindSectionHeaderAndDivider()
H A DDefaultContactListAdapter.java150 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) { in configureUri()
H A DContactEntryListFragment.java546 public boolean isSectionHeaderDisplayEnabled() {
569 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
H A DDefaultContactBrowseListFragment.java405 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled()); in createListAdapter()
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java158 view.setIsSectionHeaderEnabled(isSectionHeaderDisplayEnabled()); in bindSectionHeaderAndDivider()
159 if (isSectionHeaderDisplayEnabled()) { in bindSectionHeaderAndDivider()