Searched refs:isSectionHeaderDisplayEnabled (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DIndexerListAdapter.java83 public boolean isSectionHeaderDisplayEnabled() { method in class:IndexerListAdapter
140 if (isSectionHeaderDisplayEnabled()) {
149 if (isSectionHeaderDisplayEnabled() && viewIndex == getPinnedHeaderCount() - 1) {
163 if (!isSectionHeaderDisplayEnabled()) {
217 if (isSectionHeaderDisplayEnabled()) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPhoneNumberListAdapter.java117 if (isSectionHeaderDisplayEnabled()) {
290 if (isSectionHeaderDisplayEnabled()) {
H A DDefaultContactListAdapter.java119 if (directoryId == Directory.DEFAULT && isSectionHeaderDisplayEnabled()) {
H A DContactEntryListAdapter.java390 if (isSectionHeaderDisplayEnabled() && partitionIndex == getIndexedPartition()) {
430 && isSectionHeaderDisplayEnabled()
H A DContactEntryListFragment.java518 public boolean isSectionHeaderDisplayEnabled() { method in class:ContactEntryListFragment
541 boolean hasScrollbar = isVisibleScrollbarEnabled() && isSectionHeaderDisplayEnabled();
H A DContactListAdapter.java198 if (isSectionHeaderDisplayEnabled()) {
H A DDefaultContactBrowseListFragment.java87 adapter.setSectionHeaderDisplayEnabled(isSectionHeaderDisplayEnabled());

Completed in 86 milliseconds